diff options
Diffstat (limited to 'etc/inc/functions.inc')
-rw-r--r-- | etc/inc/functions.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/functions.inc b/etc/inc/functions.inc index c59d275..e434228 100644 --- a/etc/inc/functions.inc +++ b/etc/inc/functions.inc @@ -107,7 +107,7 @@ if(!function_exists("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');\""; + $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' ; >\n"; if(count($notices)==1) $msg= sprintf("%1$02d",count($notices))." ".gettext("unread notice"); |