Development

Changeset 2642

You must first sign up to be able to contribute.

Changeset 2642

Show
Ignore:
Timestamp:
11/08/06 11:23:07 (2 years ago)
Author:
fabien
Message:

added pager as an argument to partials in admin generator

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/data/generator/sfPropelAdmin/default/template/templates/listSuccess.php

    r2011 r2642  
    66 
    77<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)) ?] 
    99[?php if ($sf_request->getError('delete')): ?] 
    1010<div class="form-errors"> 
     
    7373 
    7474<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)) ?] 
    7676</div> 
    7777