Mark Scherer 10 年 前
コミット
8ba4212d34
1 ファイル変更2 行追加2 行削除
  1. 2 2
      View/Qurls/admin_index.ctp

+ 2 - 2
View/Qurls/admin_index.ctp

@@ -50,7 +50,7 @@ foreach ($qurls as $qurl): ?>
 	</table>
 
 	<div class="pagination-container">
-<?php echo $this->element('pagination', [], ['plugin'=>'tools']); ?>
+<?php echo $this->element('Tools.pagination'); ?>
 	</div>
 
 </div>
@@ -59,4 +59,4 @@ foreach ($qurls as $qurl): ?>
 	<ul>
 		<li><?php echo $this->Html->link(__('New %s', __('Qurl')), ['action' => 'add']); ?></li>
 	</ul>
-</div>
+</div>