Changeset 2642
- Timestamp:
- 11/08/06 11:23:07 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/data/generator/sfPropelAdmin/default/template/templates/listSuccess.php
r2011 r2642 6 6 7 7 <div id="sf_admin_header"> 8 [?php include_partial('<?php echo $this->getModuleName() ?>/list_header' ) ?]8 [?php include_partial('<?php echo $this->getModuleName() ?>/list_header', array('pager' => $pager)) ?] 9 9 [?php if ($sf_request->getError('delete')): ?] 10 10 <div class="form-errors"> … … 73 73 74 74 <div id="sf_admin_footer"> 75 [?php include_partial('<?php echo $this->getModuleName() ?>/list_footer' ) ?]75 [?php include_partial('<?php echo $this->getModuleName() ?>/list_footer', array('pager' => $pager)) ?] 76 76 </div> 77 77