summaryrefslogtreecommitdiffstats
path: root/etc/inc/functions.inc
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2012-06-09 00:56:05 -0300
committermarcelloc <marcellocoutinho@gmail.com>2012-06-09 00:56:05 -0300
commit43b1760c40cd497c93d0bd25ab519fc7ef869752 (patch)
tree3a1867fa99305f35f719b68889f12294957bd36f /etc/inc/functions.inc
parent97f30a080cd0618c834dcadf178da3b4a0394c3e (diff)
downloadpfsense-43b1760c40cd497c93d0bd25ab519fc7ef869752.zip
pfsense-43b1760c40cd497c93d0bd25ab519fc7ef869752.tar.gz
fix jquery+domtt notices css on all themes
Diffstat (limited to 'etc/inc/functions.inc')
-rw-r--r--etc/inc/functions.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/functions.inc b/etc/inc/functions.inc
index 83be27f..695a1cf 100644
--- a/etc/inc/functions.inc
+++ b/etc/inc/functions.inc
@@ -107,12 +107,12 @@ function get_menu_messages(){
$notice_msgs .="</table>";
$domtt= "onclick=\"domTT_activate(this, event, 'caption', '{$notice}','content', '<br>{$notice_msgs}', 'trail', false, 'delay', 0, 'fade', 'both', 'fadeMax', 93, 'styleClass', 'niceTitle','width','{$domtt_width}','y',5,'type', 'sticky');\"";
- $menu_messages="<div id='alerts' style='z-index:500'; >\n";
+ $menu_messages="<div id='alerts' ; >\n";
if(count($notices)==1)
$msg= sprintf("%1$02d",count($notices))." ".gettext("unread notice");
else
$msg= sprintf("%1$02d",count($notices))." ".gettext("unread notices");
- $menu_messages.="<div id='marquee-text' ><a href=# {$domtt}>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b> .:. {$msg} .:. </b></a></div>\n";
+ $menu_messages.="<div id='marquee-text' style='z-index:1001;'><a href=# {$domtt}><b> .:. {$msg} .:. </b></a></div>\n";
$menu_messages.="</div>\n";
}
} else {
@@ -132,4 +132,4 @@ require_once("certs.inc");
require_once("system.inc");
require_once("vslb.inc");
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud