mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Change layout of tu_details.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
df75621d23
commit
e83e593ac4
3 changed files with 21 additions and 15 deletions
|
@ -17,7 +17,7 @@
|
|||
<th style='border-bottom: #666 1px solid; vertical-align: bottom'><span class='f2'><?php print __("User") ?></span></th>
|
||||
<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>
|
||||
<th style='border-bottom: #666 1px solid; vertical-align: bottom'><span class='f2'><?php print __("Voted?") ?></span></th>
|
||||
<th style='border-bottom: #666 1px solid; vertical-align: bottom'><span class='f2'><?php print __('Voted') ?></span></th>
|
||||
</tr>
|
||||
<?php if (mysql_num_rows($result) == 0) { ?>
|
||||
<tr><td align='center' colspan='0'><?php print __("No results found.") ?></td></tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue