1. sfWidgetFormSchemaFormatterTable.class.php
  2. /** * * * @package symfony * @subpackage widget * @author Fabien Potencier * @version SVN: $Id: sfWidgetFormSchemaFormatterTable.class.php 5995 2007-11-13 15:50:03Z fabien $ */
  3. class sfWidgetFormSchemaFormatterTable extends sfWidgetFormSchemaFormatter
  4. {
  5. protected
  6. $rowFormat = "<tr>\n <th>%label%</th>\n <td>%error%%field%%help%%hidden_fields%</td>\n</tr>\n",
  7. $errorRowFormat = "<tr><td colspan=\"2\">\n%errors%</td></tr>\n",
  8. $helpFormat = '<br />%help%',
  9. $decoratorFormat = "<table>\n %content%</table>";
  10. }

Debug toolbar