Copyright Bar: Fixed overlapping issue with SIP Profile Edit page and Log Viewer (also removed deprecated HTML tags, such as <font>, etc).

This commit is contained in:
Nate Jones
2014-07-29 22:39:30 +00:00
parent 4f06e08538
commit 6debbb3eee
2 changed files with 16 additions and 24 deletions
@@ -41,12 +41,6 @@ require_once "resources/paging.php";
$order = $_GET["order"];
//show the content
echo "<div align='center'>";
echo "<table width='100%' border='0' cellpadding='0' cellspacing='2'>\n";
echo "<tr class='border'>\n";
echo " <td align=\"center\">\n";
echo " <br />";
echo "<table width='100%' border='0'>\n";
echo " <tr>\n";
echo " <td align='left' width='50%' nowrap='nowrap'><b>".$text['header_settings']."</b></td>\n";