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(-)
diff --git a/web/html/tu.php b/web/html/tu.php
index d221619..fdccdb4 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");
?>
+
+
--
cgit v1.2.3-70-g09d2