From 835ad2acf70b5557ffc6547ea9ba96a27428c115 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Wed, 3 Sep 2014 22:07:30 -0400 Subject: [PATCH] Still a half-baked implementation. Jump to page is driving me nuts. --- inc/ticket_list.inc.php | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/inc/ticket_list.inc.php b/inc/ticket_list.inc.php index 33bdc779..93d20934 100644 --- a/inc/ticket_list.inc.php +++ b/inc/ticket_list.inc.php @@ -118,16 +118,12 @@ if ($total > 0) //-- Precondition: The panel has already been created, and there is NO open
tag yet. echo '
- '.sprintf($hesklang['tickets_on_pages'],$total,$pages).' '.$hesklang['jump_page'].'
'; + '.sprintf($hesklang['tickets_on_pages'],$total,$pages).'
'; /* List pages */ - echo '
    '; + echo '
    +
    +
      '; if ($pages > 7) { if ($page > 2) @@ -168,7 +164,18 @@ if ($total > 0) echo '
    • »
    • '; // >> } } - echo '
    '; + echo '
+
+
'.$hesklang['jump_page'].' + +
+
'; }