pari: trunk r279 - in /trunk/config: numberplan.html setup/5.html

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Mon Jan 22 11:14:13 MST 2007


Author: pari
Date: Mon Jan 22 12:14:13 2007
New Revision: 279

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=279
Log:
 minor fix - 0008863

Modified:
    trunk/config/numberplan.html
    trunk/config/setup/5.html

Modified: trunk/config/numberplan.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/numberplan.html?view=diff&rev=279&r1=278&r2=279
==============================================================================
--- trunk/config/numberplan.html (original)
+++ trunk/config/numberplan.html Mon Jan 22 12:14:13 2007
@@ -500,7 +500,7 @@
 		<TR id="define_usual" height=100>
 			<TD valign="top" align=right>Dialing Rules :</TD>
 			<TD valign="top"> If the number begins with <input id="beginswith" type='text' size=6 onChange="enablesave();" onkeyup="enablesave();"> and 
-					followed by <input id="followedby" type='text' size=1> digits <input type="checkbox" id="ormore" onChange="enablesave();"> or more <BR>
+					followed by <input id="followedby" type='text' size=1 onChange="enablesave();" onkeyup="enablesave();"> digits <input type="checkbox" id="ormore" onChange="enablesave();"> or more <BR>
 					<A href="#" onclick="ownpattern();">(define a custom pattern)</A>
 			</TD>
 		</TR>

Modified: trunk/config/setup/5.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/setup/5.html?view=diff&rev=279&r1=278&r2=279
==============================================================================
--- trunk/config/setup/5.html (original)
+++ trunk/config/setup/5.html Mon Jan 22 12:14:13 2007
@@ -514,7 +514,7 @@
 		<TR id="define_usual" height=100>
 			<TD valign="top" align=right  class="field_text">Dialing Rules :</TD>
 			<TD valign="top"  class="field_text"> If the number begins with <input id="beginswith" type='text' size=6 onChange="enablesave();" onkeyup="enablesave();"> and 
-					followed by <input id="followedby" type='text' size=1> digits <input type="checkbox" id="ormore" onChange="enablesave();"> or more <BR>
+					followed by <input id="followedby" type='text' size=1  onChange="enablesave();" onkeyup="enablesave();"> digits <input type="checkbox" id="ormore" onChange="enablesave();"> or more <BR>
 					<A href="#" onclick="ownpattern();">(define a custom pattern)</A>
 			</TD>
 		</TR>



More information about the asterisk-gui-commits mailing list