[freeside-commits] freeside/httemplate/edit bulk-cust_svc.html, 1.5, 1.5.8.1

Ivan,,, ivan at wavetail.420.am
Tue Jun 28 15:36:24 PDT 2011


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	bulk-cust_svc.html 
Log Message:
add no export option to bulk service changes, RT#13439

Index: bulk-cust_svc.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/bulk-cust_svc.html,v
retrieving revision 1.5
retrieving revision 1.5.8.1
diff -u -w -d -r1.5 -r1.5.8.1
--- bulk-cust_svc.html	1 Apr 2008 03:51:12 -0000	1.5
+++ bulk-cust_svc.html	28 Jun 2011 22:36:21 -0000	1.5.8.1
@@ -4,7 +4,7 @@
 
 <% include('/elements/progress-init.html',
               'OneTrueForm',
-              [qw( old_svcpart new_svcpart pkgpart )],
+              [qw( old_svcpart new_svcpart pkgpart noexport )],
               'process/bulk-cust_svc.cgi',
               $p.'browse/part_svc.cgi',
            )
@@ -74,11 +74,13 @@
 
 </SELECT>
 <BR>
-
 <BR>
 
+<INPUT TYPE="checkbox" NAME="noexport" VALUE="Y"> Disable exports (provisioning) of changes
+<BR><BR>
+
 <SCRIPT TYPE="text/javascript">
-var confirm_change = '<P ALIGN="center"><B>Bulk customer service change - Are you sure?</B><BR><P ALIGN="CENTER" <INPUT TYPE="button" VALUE="Yes, make changes" onClick="process();">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<INPUT TYPE="BUTTON" VALUE="Cancel" onClick="cClick()">';
+var confirm_change = '<P ALIGN="center"><B>Bulk customer service change - Are you sure?</B><BR><P ALIGN="CENTER"><INPUT TYPE="button" VALUE="Yes, make changes" onClick="process();">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<INPUT TYPE="BUTTON" VALUE="Cancel" onClick="cClick()">';
 </SCRIPT>
 
 <INPUT TYPE="button" VALUE="Bulk change customer services" onClick="overlib(confirm_change, CAPTION, 'Confirm bulk customer service change', STICKY, AUTOSTATUSCAP, CLOSETEXT, '', MIDX, 0, MIDY, 0, DRAGGABLE, WIDTH, 576, HEIGHT, 128, TEXTSIZE, 3, BGCOLOR, '#ff0000', CGCOLOR, '#ff0000' );">



More information about the freeside-commits mailing list