[?php echo __('Results') ?]: [?php echo $pager->getNbResults() ?]Entries per Page: [?php echo select_tag("resultsperpage", options_for_select(getParameterValue('list.max_per_page_options', array(10,25,50,100)); var_export(@array_combine($opt,$opt)); ?>, $pager->getMaxPerPage()), array("onchange" => "document.location.href = '".url_for('getModuleName() ?>/list')."?max_per_page='+this.value")) ?]getParameterValue('list.filters')): ?>
[?php echo link_to_function(__('Toggle Filter Settings'), visual_effect('toggle_blind', 'sf_admin_filters' )) ?]
getParameterValue('list.filters')): ?>
[?php include_partial('filters', array('filters' => $filters)) ?]
[?php include_partial('pager', array('pager' => $pager, 'location' => 'top')) ?]
[?php if (!$pager->getNbResults()): ?]
[?php echo __('no result') ?]
[?php else: ?]
[?php include_partial('getModuleName() ?>/list', array('pager' => $pager)) ?]
[?php endif; ?]
[?php include_partial('pager', array('pager' => $pager, 'location' => 'bottom')) ?]
[?php include_partial('list_actions') ?]