summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_export.cgi
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-12-30 18:51:09 -0800
committerMark Wells <mark@freeside.biz>2015-12-30 18:52:11 -0800
commitc565f9d78ae95bf3a4dc051e3bfbd356d9f4ff38 (patch)
tree9358435232a6d61372f6c362198cbd8bc5c93794 /httemplate/edit/part_export.cgi
parent8d41520e7b5f1b54ae321d8c2de25249a2856833 (diff)
add option for exports to avoid suspending services, #20739
Diffstat (limited to 'httemplate/edit/part_export.cgi')
-rw-r--r--httemplate/edit/part_export.cgi5
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/edit/part_export.cgi b/httemplate/edit/part_export.cgi
index 3820931..5411feb 100644
--- a/httemplate/edit/part_export.cgi
+++ b/httemplate/edit/part_export.cgi
@@ -285,6 +285,11 @@ my $widget = new HTML::Widgets::SelectLayers(
$html .= '</TD></TR>';
}
+ $html .= '<TR><TD ALIGN="right">Do not suspend services</TD>' .
+ '<TD><INPUT TYPE="checkbox" NAME="no_suspend" VALUE="Y"';
+ $html .= ' CHECKED' if $part_export->no_suspend eq 'Y';
+ $html .= '></TD></TR>';
+
$html .= '</TABLE>';
# false laziness with config_element above