Move paging controls to the bottom to be consistent with all other pages
This commit is contained in:
parent
e1650e035e
commit
e56e600230
|
|
@ -320,25 +320,10 @@ else {
|
|||
|
||||
echo "</form>";
|
||||
echo "<br /><br />";
|
||||
|
||||
}
|
||||
|
||||
//show the results
|
||||
echo "<table class='tr_hover' width='100%' cellpadding='0' cellspacing='0'>\n";
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td colspan='11' align='left'>\n";
|
||||
echo " <table width='100%' cellpadding='0' cellspacing='0'>\n";
|
||||
echo " <tr>\n";
|
||||
echo " <td width='33.3%' nowrap> </td>\n";
|
||||
echo " <td width='33.3%' align='center' nowrap>$paging_controls</td>\n";
|
||||
echo " <td width='33.3%' nowrap='nowrap'> </td>\n";
|
||||
echo " </tr>\n";
|
||||
echo " </table>\n";
|
||||
echo " <br />\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<th> </th>\n";
|
||||
echo th_order_by('caller_id_name', $text['label-cid-name'], $order_by, $order);
|
||||
|
|
|
|||
Loading…
Reference in New Issue