From b3f8d200be3833b4f60ceae973f2e76d57e0b3cb Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Fri, 30 Nov 2012 17:38:45 -0800 Subject: broadband_snmp export: better MIB selection, #16588 --- httemplate/edit/elements/part_export/head.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 httemplate/edit/elements/part_export/head.html (limited to 'httemplate/edit/elements/part_export/head.html') diff --git a/httemplate/edit/elements/part_export/head.html b/httemplate/edit/elements/part_export/head.html new file mode 100644 index 000000000..16d2a6b76 --- /dev/null +++ b/httemplate/edit/elements/part_export/head.html @@ -0,0 +1,13 @@ + +<% ntable('cccccc', 2) %> + + <% emt('Description') %> + <% $notes %> + +<%init> +my %opt = @_; +my $layer = $opt{layer}; +my $part_export = $opt{part_export}; +my $export_info = $opt{export_info}; +my $notes = $opt{notes} || $export_info->{notes}; + -- cgit v1.2.1