Copyright: Fixed CDR Details and Dialplan Edit so copyright line stays where intended. Enhanced theme restored.

This commit is contained in:
Nate Jones
2014-07-27 15:52:34 +00:00
parent 377bd69939
commit 98b25b54ff
3 changed files with 7 additions and 16 deletions

View File

@@ -799,7 +799,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
echo " <input type='submit' class='btn' value='".$text['button-save']."'>\n";
echo " </td>\n";
echo " </tr>";
echo "</table";
echo "</table>";
echo "</form>";

View File

@@ -521,11 +521,11 @@ else {
echo " </table>";
echo " <br /><br />\n";
}
echo "</td>\n";
echo "</tr>\n";
echo "</table>";
echo "</td>\n";
echo "</tr>\n";
echo "</table>";
}
//testing
//echo "<pre>\n";

View File

@@ -1337,17 +1337,8 @@ legend {
<?php
}
//if (substr($_SERVER['PHP_SELF'], -9) != "login.php") {
//$copyright .= "&copy; Copyright 2008 - ".date("Y")." <a href='http://www.fusionpbx.com' class='copyright' target='_blank'>fusionpbx.com</a>. All rights reserved.\n";
//echo "<div id='copyright' style='position: absolute; z-index; 10000;'><span class='copyright'>".$copyright."</span></div>";
//}
//else {
echo "<!--\n";
echo " http://www.fusionpbx.com \n";
echo " Copyright 2008 - ".date("Y")." \n";
echo " All rights reserved.\n";
echo "-->\n";
//}
$copyright .= "&copy; Copyright 2008 - ".date("Y")." <a href='http://www.fusionpbx.com' class='copyright' target='_blank'>fusionpbx.com</a>. All rights reserved.\n";
echo "<div id='copyright' style='position: absolute; z-index; 10000;'><span class='copyright'>".$copyright."</span></div>";
?>
</body>