mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Change: Switching "Legend" and number of results on search page
This is to present things in a bit more logical manner with the search results page navigation. Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
0bdfe847e3
commit
2383f7dc06
1 changed files with 3 additions and 3 deletions
|
@ -115,14 +115,14 @@ for ($i = 0; $row = mysql_fetch_assoc($result); $i++) {
|
||||||
<td>
|
<td>
|
||||||
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
||||||
<tr>
|
<tr>
|
||||||
<tr><td align='center' colspan='0'><span class='f4'><span class='blue'>
|
|
||||||
<?php print __("Showing results %s - %s of %s", $first, $last, $total) ?>
|
|
||||||
</span></span></td></tr>
|
|
||||||
<td colspan='2' align='center'>
|
<td colspan='2' align='center'>
|
||||||
<span class='f3'>
|
<span class='f3'>
|
||||||
<?php echo __('Legend') ?>
|
<?php echo __('Legend') ?>
|
||||||
<span class="outofdate"><?php print __('Out of Date') ?></span>
|
<span class="outofdate"><?php print __('Out of Date') ?></span>
|
||||||
</span></td>
|
</span></td>
|
||||||
|
<tr><td align='center' colspan='0'><span class='f4'><span class='blue'>
|
||||||
|
<?php print __("Showing results %s - %s of %s", $first, $last, $total) ?>
|
||||||
|
</span></span></td></tr>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align='left' width='25%'>
|
<td align='left' width='25%'>
|
||||||
|
|
Loading…
Add table
Reference in a new issue