Changeset 13211
- Timestamp:
- 11/21/08 20:48:30 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfDoctrinePlugin/trunk/data/generator/sfDoctrineModule/admin/template/templates/_filters.php
r12669 r13211 4 4 [?php endif; ?] 5 5 6 <form action="[?php echo url_for(' @<?php echo $this->getUrlForAction('filter') ?>') ?]" method="post">6 <form action="[?php echo url_for('<?php echo $this->getUrlForAction('collection') ?>', array('action' => 'filter')) ?]" method="post"> 7 7 <table cellspacing="0"> 8 8 <tfoot> … … 10 10 <td colspan="2"> 11 11 [?php echo $form->renderHiddenFields() ?] 12 [?php echo link_to(__('Reset', array(), 'sf_admin'), ' @<?php echo $this->getUrlForAction('filter') ?>', array('method' => 'post', 'query_string' => '_reset')) ?]12 [?php echo link_to(__('Reset', array(), 'sf_admin'), '<?php echo $this->getUrlForAction('collection') ?>', array('action' => 'filter'), array('query_string' => '_reset', 'method' => 'post')) ?] 13 13 <input type="submit" value="[?php echo __('Filter', array(), 'sf_admin') ?]" /> 14 14 </td> plugins/sfDoctrinePlugin/trunk/data/generator/sfDoctrineModule/admin/template/templates/indexSuccess.php
r12634 r13211 19 19 <div id="sf_admin_content"> 20 20 <?php if ($this->configuration->getValue('list.batch_actions')): ?> 21 <form action="[?php echo url_for('<?php echo $this->getUrlForAction(' batch') ?>') ?]" method="post">21 <form action="[?php echo url_for('<?php echo $this->getUrlForAction('collection') ?>', array('action' => 'batch')) ?]" method="post"> 22 22 <?php endif; ?> 23 23 [?php include_partial('<?php echo $this->getModuleName() ?>/list', array('pager' => $pager, 'sort' => $sort, 'helper' => $helper)) ?]