mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
tu: Bring Trusted User interface in line with the rest of the site.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
f6387253b4
commit
cdd2e5dbd4
3 changed files with 9 additions and 30 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue