From 21840941eb301da7da338f3ce17ebd9e8d74f06e Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Sun, 9 Nov 2008 19:35:17 -0500 Subject: Tweak TU interface for appearance. Show ten votes per page instead of five. Change the vote preview to 75 characters so entries fit better in the table. Remove [More] links and make the description itself a link. Clean up a couple notices. Send unauthorised users to index.php. Signed-off-by: Loui Chang --- web/template/tu_list.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web/template/tu_list.php') diff --git a/web/template/tu_list.php b/web/template/tu_list.php index bec2985..83c9a48 100644 --- a/web/template/tu_list.php +++ b/web/template/tu_list.php @@ -26,12 +26,12 @@ = $prev_Len) { - $row["Agenda"] = htmlentities(substr($row["Agenda"], 0, $prev_Len)) . "... - "; + $row["Agenda"] = htmlentities(substr($row["Agenda"], 0, $prev_Len)) . "..."; } else { - $row["Agenda"] = htmlentities($row["Agenda"]) . " - "; + $row["Agenda"] = htmlentities($row["Agenda"]); } ?> - '>[] + '> -- cgit v1.2.3-54-g00ecf