CDR Paging: Minor tweak.

This commit is contained in:
Nate Jones
2014-09-28 08:35:49 +00:00
parent 2e95192a3b
commit d6d893e4c0

View File

@@ -82,7 +82,6 @@ else {
echo "</script>";
//page title and description
echo "<div align='center'>";
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
echo "<tr>\n";
echo "<td align='left' width='50%' nowrap='nowrap' style='vertical-align: top;'><b>".$text['title']."</b><br><br><br></td>\n";
@@ -544,21 +543,9 @@ else {
} //end if results
echo "<tr>\n";
echo "<td colspan='11' align='left'>\n";
echo " <br><br>";
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 "</td>\n";
echo "</tr>\n";
echo "</table>";
echo "</div>";
echo "<br><br>";
echo $paging_controls;
echo "<br><br>";
//show the footer