diff options
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 9414d1f..0016dfe 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 |