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