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:
Gergely Imreh 2009-01-18 17:06:09 +08:00 committed by Loui Chang
parent 0bdfe847e3
commit 2383f7dc06

View file

@ -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%'>