Changeset 11546
- Timestamp:
- Apr 30, 2009, 4:26:59 PM (13 years ago)
- Location:
- OpenPNE3/trunk/apps/pc_frontend/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/trunk/apps/pc_frontend/templates/_partsForm.php
r11011 r11546 3 3 $options->setDefault('url', url_for(sfContext::getInstance()->getRouting()->getCurrentInternalUri())); 4 4 $options->setDefault('method','post'); 5 $options->setDefault('firstRow', ''); 6 $options->setDefault('lastRow', ''); 5 7 ?> 6 8 … … 15 17 16 18 <table> 19 <?php include_customizes($id, 'firstRow') ?> 20 <?php echo $options->getRaw('firstRow') ?> 17 21 <?php 18 22 $forms = ($options['form'] instanceof sfForm) ? array($options['form']) : $options['form']; … … 73 77 } 74 78 ?> 79 <?php echo $options->getRaw('lastRow') ?> 75 80 <?php include_customizes($id, 'lastRow') ?> 76 81 </table> -
OpenPNE3/trunk/apps/pc_frontend/templates/_partsListBox.php
r10298 r11546 1 1 <table> 2 <?php include_customizes($id, 'firstRow') ?> 2 3 <?php foreach ($options['list'] as $key => $value): ?> 3 4 <tr>
Note: See TracChangeset
for help on using the changeset viewer.