Changeset 9938
- Timestamp:
- 06/27/08 17:25:36 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfAdvancedAdminGeneratorPlugin/branches/pmacadden/data/generator/sfAdvancedAdmin/default/template/templates/_list_th_tabular.php
r9935 r9938 19 19 <?php endif; ?> 20 20 [?php else: ?] 21 [?php echo link_to( image_tag('/sf/sf_admin/images/cancel.png', array('alt' => __('cancel'), 'title' => __('cancel'))), '<?php echo $this->getModuleName() ?>/list?sort=<?php echo $column->getName() ?>&type=none') ?]21 [?php echo link_to(__('<?php echo str_replace("'", "\\'", $this->getParameterValue('list.fields.'.$column->getName().'.name')) ?>'), '<?php echo $this->getModuleName() ?>/list?sort=<?php echo $column->getName() ?>&type=asc') ?] 22 22 [?php endif; ?] 23 23 <?php else: ?>