diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-11-23 14:14:23 -0500 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-11-23 14:14:23 -0500 |
commit | cdd2e5dbd4f50151cbf0b774acb9decc3de3314a (patch) | |
tree | 233ac9da2fe277b54d4eb44ec3bbef08a11868a6 /web/template/tu_list.php | |
parent | f6387253b47fc994d5c03c9b8e4a47a0bce5c6b9 (diff) |
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_list.php')
-rw-r--r-- | web/template/tu_list.php | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/web/template/tu_list.php b/web/template/tu_list.php index 697918d..f734cec 100644 --- a/web/template/tu_list.php +++ b/web/template/tu_list.php @@ -1,12 +1,7 @@ -<center> -<table cellspacing='3' class='boxSoft'> - <tr> - <td class='boxSoftTitle' align='right'> +<div class="pgbox"> + <div class="pgboxtitle" align="right"> <span class='f3'><?php print $type ?></span> - </td> - </tr> - <tr> - <td class='boxSoft'> + </div> <table width='100%' cellspacing='0' cellpadding='2'> <tr> <th style='border-bottom: #666 1px solid; vertical-align: bottom'><span class='f2'><?php print __("Proposal") ?></span></th> @@ -62,7 +57,4 @@ </tr> <?php } } ?> </table> - </td> - </tr> -</table> -</center> +</div> |