* * 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: sfWidgetFormSchemaFormatterList.class.php 5995 2007-11-13 15:50:03Z fabien $ */ class sfWidgetFormSchemaFormatterList extends sfWidgetFormSchemaFormatter { protected $rowFormat = "
  • \n %error%%label%\n %field%%help%\n%hidden_fields%
  • \n", $errorRowFormat = "
  • \n%errors%
  • \n", $helpFormat = '
    %help%', $decoratorFormat = ""; }