summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user/views/scripts')
-rw-r--r--application/modules/user/views/scripts/client/index.phtml2
-rw-r--r--application/modules/user/views/scripts/pool/index.phtml5
2 files changed, 4 insertions, 3 deletions
diff --git a/application/modules/user/views/scripts/client/index.phtml b/application/modules/user/views/scripts/client/index.phtml
index dd791ad..dd7aad2 100644
--- a/application/modules/user/views/scripts/client/index.phtml
+++ b/application/modules/user/views/scripts/client/index.phtml
@@ -36,7 +36,7 @@
</tr>
<?php endforeach ?>
</table>
-
+ <?php echo $this->pagination; ?>
<?php else: ?>
<p>There are no clients to display.</p>
<?php endif;?>
diff --git a/application/modules/user/views/scripts/pool/index.phtml b/application/modules/user/views/scripts/pool/index.phtml
index 2890768..7e6e400 100644
--- a/application/modules/user/views/scripts/pool/index.phtml
+++ b/application/modules/user/views/scripts/pool/index.phtml
@@ -89,8 +89,9 @@
</tr>
<?php endif;?>
<?php endforeach ?>
- </table>
-
+ </table>
+ <?php echo $this->pagination; ?>
+
<?php if (isset($this->freeclients) && count($this->freeclients)>0): ?>
<h2>Free clients</h2>
<table >