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/template/tu_list.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'web/template/tu_list.php') diff --git a/web/template/tu_list.php b/web/template/tu_list.php index f80d2f5f..1f7280ae 100644 --- a/web/template/tu_list.php +++ b/web/template/tu_list.php @@ -53,4 +53,18 @@ ?> +
+

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

-- cgit v1.2.3-24-g4f1b