[freeside-commits] freeside/httemplate/elements select-phonenum.html, 1.1, 1.2 tr-select-did.html, 1.1, 1.2

Ivan,,, ivan at wavetail.420.am
Sun Jun 29 13:53:36 PDT 2008


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv26978/httemplate/elements

Modified Files:
	select-phonenum.html tr-select-did.html 
Log Message:
globalPOPs provisioning

Index: tr-select-did.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/tr-select-did.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tr-select-did.html	28 Jun 2008 23:03:09 -0000	1.1
+++ tr-select-did.html	29 Jun 2008 20:53:34 -0000	1.2
@@ -3,6 +3,8 @@
 % if ( $opt{'curr_value'} ne '' ) {
 
     <TD BGCOLOR="#dddddd" <% $cell_style %>><% $opt{'formatted_value'} || $opt{'curr_value'} || $opt{'value'} |h %></TD>
+    
+    <% include('hidden.html', %opt ) %>
 
 % } else {
   

Index: select-phonenum.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/select-phonenum.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- select-phonenum.html	28 Jun 2008 23:03:09 -0000	1.1
+++ select-phonenum.html	29 Jun 2008 20:53:34 -0000	1.2
@@ -71,7 +71,7 @@
 
 <DIV ID="phonenumerror" STYLE="display:none"><IMG SRC="<%$fsurl%>images/cross.png"> <B>Select a different city/exchange</B></DIV>
 
-<SELECT NAME="<% $opt{'prefix'} %>phonenum" onChange="<% $opt{'prefix'} %>phonenum_changed(this); <% $opt{'onchange'} %>" <% $opt{'disabled'} %>>
+<SELECT NAME="<% $opt{'prefix'} %>phonenum" notonChange="<% $opt{'prefix'} %>phonenum_changed(this); <% $opt{'onchange'} %>" <% $opt{'disabled'} %>>
   <OPTION VALUE="">Select phone number</OPTION>
 </SELECT>
 



More information about the freeside-commits mailing list