summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorivan <ivan>2011-06-28 22:36:20 +0000
committerivan <ivan>2011-06-28 22:36:20 +0000
commit8c5a1df1a46121c75a829eb1d57956c9731940ab (patch)
tree72d4bbd0745d39ec65e34d7091f740d55872c88d /httemplate/edit
parentf4a49642af5d6de9908f8fb99570c492ae68cccc (diff)
add no export option to bulk service changes, RT#13439
Diffstat (limited to 'httemplate/edit')
-rw-r--r--httemplate/edit/bulk-cust_svc.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/httemplate/edit/bulk-cust_svc.html b/httemplate/edit/bulk-cust_svc.html
index a3c21b112..09725966f 100644
--- a/httemplate/edit/bulk-cust_svc.html
+++ b/httemplate/edit/bulk-cust_svc.html
@@ -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 @@ to new service definition
</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' );">