* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * * * @package symfony * @subpackage widget * @author Fabien Potencier * @version SVN: $Id: sfWidgetFormSchemaFormatterTable.class.php 5995 2007-11-13 15:50:03Z fabien $ */ class sfWidgetFormSchemaFormatterTable extends sfWidgetFormSchemaFormatter { protected $rowFormat = "\n %label%\n %error%%field%%help%%hidden_fields%\n\n", $errorRowFormat = "\n%errors%\n", $helpFormat = '
%help%', $decoratorFormat = "\n %content%
"; }