diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-11-23 20:14:23 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-11-23 20:14:23 +0100 |
commit | cdd2e5dbd4f50151cbf0b774acb9decc3de3314a (patch) | |
tree | 233ac9da2fe277b54d4eb44ec3bbef08a11868a6 /web/template/tu_details.php | |
parent | f6387253b47fc994d5c03c9b8e4a47a0bce5c6b9 (diff) | |
download | aur-cdd2e5dbd4f50151cbf0b774acb9decc3de3314a.tar.gz aur-cdd2e5dbd4f50151cbf0b774acb9decc3de3314a.tar.xz |
tu: Bring Trusted User interface in line with the rest of the site.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/template/tu_details.php')
-rw-r--r-- | web/template/tu_details.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/web/template/tu_details.php b/web/template/tu_details.php index 9414d1f0..0016dfe8 100644 --- a/web/template/tu_details.php +++ b/web/template/tu_details.php @@ -24,11 +24,7 @@ N/A <?php print str_replace("\n", "<br />\n", htmlentities($row['Agenda'])) ?> </p> -<table cellspacing='3' class='boxSoft' style='width: 50%'> -</tr> -<tr> -<td class='boxSoft'> -<table width='100%' cellspacing='0' cellpadding='2'> +<table class="boxSoft" width='100%' cellspacing='0' cellpadding='2'> <tr> <th style='border-bottom: #666 1px solid; vertical-align: bottom'><span class='f2'><?php print __("Yes") ?></span></th> <th style='border-bottom: #666 1px solid; vertical-align: bottom'><span class='f2'><?php print __("No") ?></span></th> @@ -50,7 +46,6 @@ N/A </span></span></td> </tr> </table> -</table> </div></div> <?php |