|
Revision 33163, 0.5 kB
(checked in by pmacadden, 2 years ago)
|
new widgets for everybody
|
| Line | |
|---|
| 1 |
<?php |
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 |
class dcWidgetFormSchemaFormatterFinder extends sfWidgetFormSchemaFormatter |
|---|
| 8 |
{ |
|---|
| 9 |
protected |
|---|
| 10 |
$rowFormat = "<div class=\"dc_widget_form_finder_form_row\">\n %error% <span class=\"dc_widget_form_finder_form_label\">%label%</span> %field%%help%%hidden_fields%</div>\n", |
|---|
| 11 |
$errorRowFormat = "<div>%errors%</div>\n", |
|---|
| 12 |
$helpFormat = '<div class="help">%help%</div>', |
|---|
| 13 |
$decoratorFormat = "<div class=\"dc_widget_form_finder_form_container\">\n %content%</div>"; |
|---|
| 14 |
|
|---|
| 15 |
} |
|---|