Changeset 3494
- Timestamp:
- 02/18/07 10:27:26 (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/data/generator/sfPropelAdmin/default/template/actions/actions.class.php
r3335 r3494 36 36 <?php if ($this->getParameterValue('list.peer_method')): ?> 37 37 $this->pager->setPeerMethod('<?php echo $this->getParameterValue('list.peer_method') ?>'); 38 <?php endif ?> 39 <?php if ($this->getParameterValue('list.peer_count_method')): ?> 40 $this->pager->setPeerCountMethod('<?php echo $this->getParameterValue('list.peer_count_method') ?>'); 38 41 <?php endif ?> 39 42 $this->pager->init();