pari: trunk r484 - /trunk/config/guialert.html

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Sun Mar 25 13:52:45 MST 2007


Author: pari
Date: Sun Mar 25 15:52:45 2007
New Revision: 484

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=484
Log:
wanted to show zimbra style disabled cursor - but this is only  working in IE. Will comeback to this later. We have more important things to do rightnow.

Modified:
    trunk/config/guialert.html

Modified: trunk/config/guialert.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/guialert.html?view=diff&rev=484&r1=483&r2=484
==============================================================================
--- trunk/config/guialert.html (original)
+++ trunk/config/guialert.html Sun Mar 25 15:52:45 2007
@@ -17,8 +17,8 @@
 </script>
 <head>
 </head>
-<body onload="update( )" topmargin=0 leftmargin=0 style="background-color: transparent">
-	<div id="div_alert" STYLE="display:none; position: absolute; left: 260; top: 180; width:360;  background-color:#FFFFFF;   border-width: 2px; border-color: #7E5538; border-style: solid; background-style: solid;">
+<body onload="update()" topmargin=0 leftmargin=0 style="background-color: transparent; cursor: not-allowed">
+	<div id="div_alert" STYLE="display:none; position: absolute; left: 260; top: 180; width:360;  background-color:#FFFFFF; border-width: 2px; border-color: #7E5538; border-style: solid; background-style: solid; cursor: default">
 		<table width="100%" cellpadding=0 cellspacing=0>
 		<TR bgcolor="#7E5538"  style="background-image:url('images/title_gradient.gif');">
 				<TD Height="20" align="center">



More information about the asterisk-gui-commits mailing list