From a4a170e58e0d795098567e1aea431e49b6956de3 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 26 Aug 2013 17:53:24 +0200 Subject: Move "Past Votes" navigation to "Past Votes" box These are navigation links and do not belong to the action box. Signed-off-by: Lukas Fleischer --- web/html/tu.php | 17 +++-------------- web/template/tu_list.php | 14 ++++++++++++++ 2 files changed, 17 insertions(+), 14 deletions(-) (limited to 'web') diff --git a/web/html/tu.php b/web/html/tu.php index d2216190..fdccdb47 100644 --- a/web/html/tu.php +++ b/web/html/tu.php @@ -107,6 +107,7 @@ if ($atype == "Trusted User" || $atype == "Developer") { $result = current_proposal_list($order); $type = __("Current Votes"); + $nextresult = 0; include("tu_list.php"); ?> @@ -114,25 +115,13 @@ if ($atype == "Trusted User" || $atype == "Developer") { $result = past_proposal_list($order, $lim); $type = __("Past Votes"); - include("tu_list.php"); - $nextresult = proposal_count(); + include("tu_list.php"); ?>

- - - - ?off=&by='> - - - - -
+

+
+

+ + 0 && $off != 0): + $back = (($off - $limit) <= 0) ? 0 : $off - $limit; ?> + ?off=&by='>‹ + + + + + +

-- cgit v1.2.3-24-g4f1b