~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to apps/frontend/lib/widget/formatter/agWidgetFormSchemaFormatterInlineBigTopLabel.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:
20
20
{
21
21
 
22
22
  protected
23
 
  $rowFormat = "<div class=\"rowFormat\"><div class=\"rowFormatLabel\">%label%</div><div>%error%%field%%help%%hidden_fields%</div></div>\n",
24
 
  $errorRowFormat = "<span>\n%errors%<span>\n",
 
23
  $rowFormat = "<div class=\"rowFormat\"><div class=\"rowFormatLabel\">%label%</div><div>%field%%help%%hidden_fields%</div></div>\n",
 
24
  $errorRowFormat = "",
25
25
  $helpFormat = '<br />%help%',
26
26
  $decoratorFormat = "<div class=\"inlinetoplabel\">%content%</div>";
27
27