mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-07 20:23:51 +00:00
Copyright: Fixed CDR Details and Dialplan Edit so copyright line stays where intended. Enhanced theme restored.
This commit is contained in:
@@ -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>";
|
||||
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -1337,17 +1337,8 @@ legend {
|
||||
<?php
|
||||
}
|
||||
|
||||
//if (substr($_SERVER['PHP_SELF'], -9) != "login.php") {
|
||||
//$copyright .= "© 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 .= "© 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>
|
||||
|
||||
Reference in New Issue
Block a user