~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to apps/frontend/lib/widget/formatter/agFormatterAddressLevelThree.class.php

  • Committer: Chad Heuschober
  • Date: 2011-06-06 13:37:45 UTC
  • mfrom: (1.1.1244 trunk)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: chad.heuschober@mail.cuny.edu-20110606133745-850mdvnjtv392zta
Pulled in most recent batch of changes from the cuny sps trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
 
 
3
/**
 
4
 * Form formatter for labels
 
5
 *
 
6
 * PHP Version 5.3
 
7
 *
 
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
 
11
 *
 
12
 * @author Nils Stolpe, CUNY SPS
 
13
 *
 
14
 * Copyright of the Sahana Software Foundation, sahanafoundation.org
 
15
 *
 
16
 * This file is modifed from the symfony package.
 
17
 * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
 
18
 */
 
19
class agFormatterAddressLevelThree extends sfWidgetFormSchemaFormatter
 
20
{
 
21
 
 
22
  protected
 
23
    $rowFormat       = "%error%%label%\n  %field%%help%\n%hidden_fields%",
 
24
    $errorRowFormat  = "%errors%\n",
 
25
    $helpFormat      = '<br />%help%',
 
26
    $decoratorFormat = "%content%";
 
27
}
 
 
b'\\ No newline at end of file'