[freeside-commits] freeside/httemplate/edit bulk-cust_svc.html, 1.5, 1.6
Ivan,,,
ivan at wavetail.420.am
Tue Jun 28 15:36:22 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv9754/httemplate/edit
Modified Files:
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.6
diff -u -w -d -r1.5 -r1.6
--- bulk-cust_svc.html 1 Apr 2008 03:51:12 -0000 1.5
+++ bulk-cust_svc.html 28 Jun 2011 22:36:20 -0000 1.6
@@ -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();"> <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();"> <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