pari: trunk r1205 - in /trunk/config/setup: 4.html 5.html 7.html 8.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Tue Jul 3 15:33:27 CDT 2007


Author: pari
Date: Tue Jul  3 15:33:27 2007
New Revision: 1205

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1205
Log:
[*] Fix: Not able to drag dialog boxes around in the setup wizard



Modified:
    trunk/config/setup/4.html
    trunk/config/setup/5.html
    trunk/config/setup/7.html
    trunk/config/setup/8.html

Modified: trunk/config/setup/4.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/setup/4.html?view=diff&rev=1205&r1=1204&r2=1205
==============================================================================
--- trunk/config/setup/4.html (original)
+++ trunk/config/setup/4.html Tue Jul  3 15:33:27 2007
@@ -1037,7 +1037,7 @@
 <div id="userscontent" STYLE="display:none; position: absolute; left: 20; top: 40; width:500; height:295; background-color:#F4EFE5; border-width: 1px; border-color: #7E5538; border-style: solid; z-index:5">
 	<table width="100%" cellpadding=0 cellspacing=0>
 		<TR bgcolor="#7E5538" style="background-image:url('../images/title_gradient.gif');">
-		<TD  onmousedown="startDrag(event , 'userscontent');" id="userscontent_title" style="cursor: move;color:#FFFFFF; font-size: 12px; font-weight:bold;" align="center"></TD>
+		<TD  onmousedown="ASTGUI.startDrag(event , 'userscontent');" id="userscontent_title" style="cursor: move;color:#FFFFFF; font-size: 12px; font-weight:bold;" align="center"></TD>
 		<TD Height="20" width=15 align="center"  style="color:#FFFFFF; font-size: 12px; font-weight:bold;" onclick="$('cancel').click();">X</TD>
 		</TR>
 	</table>
@@ -1136,7 +1136,7 @@
 <!-- Users content DIV -->
 <!-- Codecs content DIV -->
 <div id="codecs_content" STYLE="display:none; position: absolute; left: 20; top: 125; width:350; height:245;  background-color:#F4EFE5;   border-width: 1px; border-color: #7E5538; border-style: solid;z-index:5">
-	<table width="100%" cellpadding=0 cellspacing=0 onmousedown="startDrag(event , 'codecs_content');">
+	<table width="100%" cellpadding=0 cellspacing=0 onmousedown="ASTGUI.startDrag(event , 'codecs_content');">
 	<TR bgcolor="#7E5538"  style="background-image:url('images/title_gradient.gif');">
 		<TD Height="20" align="center" style="cursor: move"><font style="color:#FFFFFF; font-size: 12px; font-weight:bold;">Codec Preferences</font></TD>
 		<TD Height="20" align="right" style="cursor: move"><A href="#" onclick="hide_codecs();"><font style="color:#FFFFFF; font-size: 12px; font-weight:bold;">X</font></A></TD>
@@ -1173,7 +1173,7 @@
 <!-- Codecs content DIV -->
 <!-- Advanced content DIV -->
 <div id="advanced_content" STYLE="display:none; position: absolute; left: 20; top: 125; width:350; height:197;  background-color:#F4EFE5;   border-width: 1px; border-color: #7E5538; border-style: solid;z-index:7">
-	<table width="100%" cellpadding=0 cellspacing=0 onmousedown="startDrag(event , 'advanced_content');">
+	<table width="100%" cellpadding=0 cellspacing=0 onmousedown="ASTGUI.startDrag(event , 'advanced_content');">
 	<TR bgcolor="#7E5538"  style="background-image:url('images/title_gradient.gif');">
 		<TD Height="20" align="center" style="cursor: move"><font style="color:#FFFFFF; font-size: 12px; font-weight:bold;">Advanced Settings</font></TD>
 		<TD Height="20" align="right" style="cursor: move"><A href="#" onclick="advanced_cancel();"><font style="color:#FFFFFF; font-size: 12px; font-weight:bold;">X</font></A></TD>

Modified: trunk/config/setup/5.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/setup/5.html?view=diff&rev=1205&r1=1204&r2=1205
==============================================================================
--- trunk/config/setup/5.html (original)
+++ trunk/config/setup/5.html Tue Jul  3 15:33:27 2007
@@ -533,7 +533,7 @@
 	<center><input type="button" id="addrule" value="Add a Calling Rule" onclick="add_callingrule();"></center>
 	
 	<div id="userscontent" STYLE="display:none; position: absolute; left: 225; top: 40; width:500; height:290;  background-color:#F4EFE5;   border-width: 1px; border-color: #7E5538; border-style: solid; z-index:5">
-	<table width="100%" cellpadding=0 cellspacing=0 onmousedown="startDrag(event , 'userscontent');">
+	<table width="100%" cellpadding=0 cellspacing=0 onmousedown="ASTGUI.startDrag(event , 'userscontent');">
 	<TR bgcolor="#7E5538" >
 		<TD Height="20" align="right" style="cursor: move">
 			<A href="#" onclick="$('cancel_a').click();"><font style="color:#FFFFFF; font-size: 12px; font-weight:bold;">X</font></A>

Modified: trunk/config/setup/7.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/setup/7.html?view=diff&rev=1205&r1=1204&r2=1205
==============================================================================
--- trunk/config/setup/7.html (original)
+++ trunk/config/setup/7.html Tue Jul  3 15:33:27 2007
@@ -355,7 +355,7 @@
 		<input type='button' id='delete' value='Delete'>
 	</div>
 	<div ID="usersettings"  STYLE="display:none; position: absolute; left: 240; top: 40; width:530; height:250;  background-color:#F4EFE5;   border-width: 1px; border-color: #7E5538; border-style: solid; z-index:5">
-		<table width="100%" cellpadding=0 cellspacing=0  onmousedown="startDrag(event , 'usersettings');">
+		<table width="100%" cellpadding=0 cellspacing=0  onmousedown="ASTGUI.startDrag(event , 'usersettings');">
 			<TR bgcolor="#7E5538" >
 				<TD Height="20" align="right" style="cursor: move">
 					<A href="#" onclick="$('cancel').click();"><font style="color:#FFFFFF; font-size: 12px; font-weight:bold;">X</font></A>

Modified: trunk/config/setup/8.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/setup/8.html?view=diff&rev=1205&r1=1204&r2=1205
==============================================================================
--- trunk/config/setup/8.html (original)
+++ trunk/config/setup/8.html Tue Jul  3 15:33:27 2007
@@ -517,7 +517,7 @@
 	<BR>
 	<center><input type="button" id="adddid" value="Add a Incoming Rule" onclick="add_incomingrule();"></center>
 	<div id="userscontent" STYLE="display:none; position: absolute; left: 227; top: 70; width:475; height:190;  background-color:#F4EFE5;   border-width: 1px; border-color: #7E5538; border-style: solid;z-index:5">
-		<table width="100%" cellpadding=0 cellspacing=0 onmousedown="startDrag(event , 'userscontent');">
+		<table width="100%" cellpadding=0 cellspacing=0 onmousedown="ASTGUI.startDrag(event , 'userscontent');">
 		<TR bgcolor="#7E5538"  style="background-image:url('../images/title_gradient.gif');">
 			<TD Height="20" align="right" style="cursor: move">
 				<A href="#" onclick="$('cancel_a').click();"><font style="color:#FFFFFF; font-size: 12px; font-weight:bold;">X</font></A>




More information about the asterisk-gui-commits mailing list