diff options
Diffstat (limited to 'httemplate/edit/part_export.cgi')
| -rw-r--r-- | httemplate/edit/part_export.cgi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/edit/part_export.cgi b/httemplate/edit/part_export.cgi index 382093116..5411feb5f 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 |
