Development

Changeset 20808

You must first sign up to be able to contribute.

Changeset 20808

Show
Ignore:
Timestamp:
08/05/09 18:50:59 (4 years ago)
Author:
agilbert
Message:

Removed some html comments that were cluttering markup.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/pkToolkitPlugin/trunk/lib/widget/sfWidgetFormFormatterPkAdmin.class.php

    r20446 r20808  
    44{ 
    55  protected 
    6     $rowFormat = "<div class=\"pk-form-row\">\n  %label%\n  %field% <div class='pk-form-error'>%error%</div>\n %help%%hidden_fields%\n</div><!--/pk-form-row-->\n", 
     6    $rowFormat = "<div class=\"pk-form-row\">\n  %label%\n  %field% <div class='pk-form-error'>%error%</div>\n %help%%hidden_fields%\n</div>\n", 
    77    $errorRowFormat = '%errors%', 
    88    $helpFormat = '%help%', 
    9     $decoratorFormat ="<div class=\"pk-admin-form-container\">\n %content%\n</div><!--/pk-form-container-->"; 
     9    $decoratorFormat ="<div class=\"pk-admin-form-container\">\n %content%\n</div>"; 
    1010}