diff options
Diffstat (limited to 'modules/user/views/admin_users.html.php')
-rw-r--r-- | modules/user/views/admin_users.html.php | 28 |
1 files changed, 2 insertions, 26 deletions
diff --git a/modules/user/views/admin_users.html.php b/modules/user/views/admin_users.html.php index 028d44eb..74b13ec5 100644 --- a/modules/user/views/admin_users.html.php +++ b/modules/user/views/admin_users.html.php @@ -109,32 +109,8 @@ <? endforeach ?> </table> - <div class="g-right"> - <? if (isset($previous_page_url)): ?> - <a href="<?= $previous_page_url ?>" - class="g-button ui-icon-left ui-state-default ui-corner-all" - title="<?= t("Previous page")->for_html_attr() ?>"> - <? else: ?> - <a class="g-button ui-icon-left ui-state-disabled ui-corner-all" - title="<?= t("Previous page")->for_html_attr() ?>"> - <? endif ?> - <span class="ui-icon ui-icon-circle-plus"></span> - <?= t("Previous") ?> - </a> - - <?= t("Page %current of %total", array("current"=>$page, "total"=>$max_pages)) ?> - - <? if (isset($next_page_url)): ?> - <a href="<?= $next_page_url ?>" - class="g-button ui-icon-left ui-state-default ui-corner-all" - title="<?= t("Next page")->for_html_attr() ?>"> - <? else: ?> - <a class="g-button ui-icon-left ui-state-disabled ui-corner-all" - title="<?= t("Next page")->for_html_attr() ?>"> - <? endif ?> - <span class="ui-icon ui-icon-circle-plus"></span> - <?= t("Next") ?> - </a> + <div class="g-paginator"> + <?= $pager ?> </div> </div> |