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; + } -
+|
-
+
+ 0) {
+ echo " ";
+ echo " ";
+ unset($_SESSION['message']);
+ }
+ ?>
@@ -706,18 +737,6 @@ function confirmdelete(url) { - - - - - - - - - - - - |