diff options
author | Gergely Imreh <imrehg@gmail.com> | 2009-01-18 10:06:09 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-01-19 20:41:20 +0100 |
commit | 2383f7dc06e6ac03ed3caecc3f31ecad5ab087dd (patch) | |
tree | bbaedf85e6512b4208245506cb4a72f22bbdb470 /web/template/pkg_search_results.php | |
parent | 0bdfe847e37d4d4faee03cc77253059d80a69e59 (diff) | |
download | aur-2383f7dc06e6ac03ed3caecc3f31ecad5ab087dd.tar.gz aur-2383f7dc06e6ac03ed3caecc3f31ecad5ab087dd.tar.xz |
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>
Diffstat (limited to 'web/template/pkg_search_results.php')
-rw-r--r-- | web/template/pkg_search_results.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/template/pkg_search_results.php b/web/template/pkg_search_results.php index bf18e346..cae0eb49 100644 --- a/web/template/pkg_search_results.php +++ b/web/template/pkg_search_results.php @@ -115,14 +115,14 @@ for ($i = 0; $row = mysql_fetch_assoc($result); $i++) { <td> <table border='0' cellpadding='0' cellspacing='0' width='100%'> <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'> <span class='f3'> <?php echo __('Legend') ?> <span class="outofdate"><?php print __('Out of Date') ?></span> </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> <td align='left' width='25%'> |