Copyright Bar: Fixed overlapping issue with in Domain Edit/Settings.

This commit is contained in:
Nate Jones
2014-07-29 23:29:44 +00:00
parent 06a1f3bb32
commit 4bbfa90be3
2 changed files with 46 additions and 70 deletions
+4 -5
View File
@@ -558,8 +558,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
}
//show the content
echo "<div align='center'>";
echo "<table width='100%' border='0' cellpadding='0' cellspacing=''>\n";
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
echo "<tr class='border'>\n";
echo " <td align=\"left\">\n";
echo " <br>";
@@ -626,16 +625,16 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
echo " </td>\n";
echo " </tr>";
echo "</table>";
echo "</div>";
echo "</form>";
if ($action == "update") {
require "domain_settings.php";
}
echo " </td>";
echo " <br /><br /><br />";
echo " </td>";
echo " </tr>";
echo "</table>";
echo "</div>";
//include the footer
require_once "resources/footer.php";