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'].' + +
+
'; }