4
* Form formatter for labels
8
* LICENSE: This source file is subject to LGPLv2.1 license
9
* that is available through the world-wide-web at the following URI:
10
* http://www.gnu.org/licenses/lgpl-2.1.html
12
* @author Nils Stolpe, CUNY SPS
14
* Copyright of the Sahana Software Foundation, sahanafoundation.org
16
* This file is modifed from the symfony package.
17
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
19
class agFormatterAddressLevelThree extends sfWidgetFormSchemaFormatter
23
$rowFormat = "%error%%label%\n %field%%help%\n%hidden_fields%",
24
$errorRowFormat = "%errors%\n",
25
$helpFormat = '<br />%help%',
26
$decoratorFormat = "%content%";
b'\\ No newline at end of file'