From e83e593ac41a6e7dcee20fe7962269889c5fd5e1 Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Fri, 13 Feb 2009 15:31:05 -0500 Subject: Change layout of tu_details. Signed-off-by: Loui Chang --- web/html/tu.php | 2 +- web/template/tu_details.php | 32 +++++++++++++++++++------------- web/template/tu_list.php | 2 +- 3 files changed, 21 insertions(+), 15 deletions(-) (limited to 'web') diff --git a/web/html/tu.php b/web/html/tu.php index b400777..7634b64 100644 --- a/web/html/tu.php +++ b/web/html/tu.php @@ -61,7 +61,7 @@ if ($atype == "Trusted User" OR $atype == "Developer") { $errorvote = __("You cannot vote in an proposal about you."); } else if ($hasvoted != 0) { $canvote = 0; - $errorvote = __("You've already voted in this proposal."); + $errorvote = __("You've already voted for this proposal."); } if ($canvote == 1) { diff --git a/web/template/tu_details.php b/web/template/tu_details.php index df392b4..9414d1f 100644 --- a/web/template/tu_details.php +++ b/web/template/tu_details.php @@ -1,11 +1,16 @@
- -
-
-: + +

+ +

+ + +

+: &SeB=m'> @@ -13,9 +18,12 @@ N/A
" . gmdate("r", $row['Submitted']) . "
", "" . username_from_id($row['SubmitterID']) . "") ?>
-:

-\n", htmlentities($row['Agenda'])) ?>

-

+:

+ +

+\n", htmlentities($row['Agenda'])) ?> +

+ @@ -59,17 +67,15 @@ if (!$isrunning) { ?> } ?>
-
-
' method='post'> +' method='post'> -
+ -
+
-
diff --git a/web/template/tu_list.php b/web/template/tu_list.php index 83c9a48..697918d 100644 --- a/web/template/tu_list.php +++ b/web/template/tu_list.php @@ -17,7 +17,7 @@ - + -- cgit v1.2.3-54-g00ecf