diff options
| author | Mark Wells <mark@freeside.biz> | 2012-11-30 17:38:45 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2012-11-30 17:38:45 -0800 |
| commit | b3f8d200be3833b4f60ceae973f2e76d57e0b3cb (patch) | |
| tree | ea03b5fd6a6e7d963e24050598ee814ff02f0ce8 /httemplate/edit/elements/part_export/foot.html | |
| parent | 88ee94c8cbe28332a40c3d2ca3f84f3e14867a5b (diff) | |
broadband_snmp export: better MIB selection, #16588
Diffstat (limited to 'httemplate/edit/elements/part_export/foot.html')
| -rw-r--r-- | httemplate/edit/elements/part_export/foot.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/edit/elements/part_export/foot.html b/httemplate/edit/elements/part_export/foot.html new file mode 100644 index 000000000..9cb8073ce --- /dev/null +++ b/httemplate/edit/elements/part_export/foot.html @@ -0,0 +1,6 @@ +</TABLE> +<INPUT TYPE="hidden" NAME="nodomain" VALUE="<% $opt{export_info}{nodomain} %>"> +<INPUT TYPE="submit" VALUE="<% $opt{part_export}->exportnum ? 'Apply changes' : 'Add export' %>"> +<%init> +my %opt = @_; +</%init> |
