mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Move paging controls to the bottom to be consistent with all other pages
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user