Move paging controls to the bottom to be consistent with all other pages

This commit is contained in:
Mark Crane
2014-09-21 02:09:02 +00:00
parent 2351d7cff4
commit 4099ae950d

View File

@@ -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>&nbsp;</td>\n";
echo " <td width='33.3%' align='center' nowrap>$paging_controls</td>\n";
echo " <td width='33.3%' nowrap='nowrap'>&nbsp;</td>\n";
echo " </tr>\n";
echo " </table>\n";
echo " <br />\n";
echo "</td>\n";
echo "</tr>\n";
echo "<tr>\n";
echo "<th>&nbsp;</th>\n";
echo th_order_by('caller_id_name', $text['label-cid-name'], $order_by, $order);