diff --git a/themes/enhanced/template.php b/themes/enhanced/template.php index ade73a3adc..457f20696b 100644 --- a/themes/enhanced/template.php +++ b/themes/enhanced/template.php @@ -580,32 +580,47 @@ table tr:nth-last-child(-5) td:first-of-type { -khtml-opacity: 0.9; opacity: 0.9; } + + .message { + background-repeat: repeat-x; + background-attachment: fixed; + padding: 20px; + opacity: 0.9; + filter:alpha(opacity=90); + -moz-opacity:0.9; + -khtml-opacity: 0.9; + opacity: 0.9; + -webkit-border-radius: 7px 7px 7px 7px; + -moz-border-radius: 7px 7px 7px 7px; + border-radius: 7px 7px 7px 7px; + text-align: left; + } - + - @@ -728,13 +747,13 @@ function confirmdelete(url) { \n"; - echo " fusionpbx.com. Copyright 2008 - 2012. All Rights Reserved\n"; + echo " fusionpbx.com. Copyright 2008 - 2013. All Rights Reserved\n"; echo "\n"; } else { echo "\n"; }
- + + 0) { + echo "
"; + echo "
".$_SESSION['message']."
"; + echo "
"; + unset($_SESSION['message']); + } + ?>

@@ -706,18 +737,6 @@ function confirmdelete(url) {





-

-

-

-

-

-

-

-

-

-

-

-