summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2011-06-28 22:36:22 +0000
committerivan <ivan>2011-06-28 22:36:22 +0000
commitfb73d7220794c69f016a82d69bad739463b09738 (patch)
treee2f374c873222f5a8ca8a5de22ac0cc109a3ad5b /httemplate
parent2e366beadc2e4f998d4e788991e19e454618e616 (diff)
add no export option to bulk service changes, RT#13439
Diffstat (limited to 'httemplate')
-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' );">