pari: trunk r888 - /trunk/config/guialert.html
asterisk-gui-commits at lists.digium.com
asterisk-gui-commits at lists.digium.com
Mon May 7 11:43:01 MST 2007
Author: pari
Date: Mon May 7 13:43:01 2007
New Revision: 888
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=888
Log:
Fixing postion of gui_alert
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=888&r1=887&r2=888
==============================================================================
--- trunk/config/guialert.html (original)
+++ trunk/config/guialert.html Mon May 7 13:43:01 2007
@@ -18,7 +18,8 @@
<head>
</head>
<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%" height="570" align=center border=0><tr><td valign="middle" align=center>
+ <div id="div_alert" STYLE="display:none; 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">
@@ -41,4 +42,5 @@
</TR>
</TABLE>
</div>
+</td></tr></table>
</body>
More information about the asterisk-gui-commits
mailing list