From a205ffec778bd42eb084bcffec6884063263f634 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Fri, 22 Mar 2013 13:33:44 -0700 Subject: SIM/KI inventory for Huawei HLR export, #21514 --- httemplate/browse/part_export.cgi | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'httemplate/browse') diff --git a/httemplate/browse/part_export.cgi b/httemplate/browse/part_export.cgi index 91238a0fd..876633afc 100755 --- a/httemplate/browse/part_export.cgi +++ b/httemplate/browse/part_export.cgi @@ -38,6 +38,21 @@ function part_export_areyousure(href) { <% $part_export->label_html %> (edit | delete) +% if ( my @actions = $part_export->actions ) { +

+ Management: +% while (@actions) { +% my $label = shift @actions; +% my $path = shift @actions; + <& /elements/popup_link.html, + 'label' => $label, + 'action' => $fsurl.$path.'?'.$part_export->exportnum, + 'actionlabel' => $label, + &><% @actions ? ' | ' : '' %> +% } +

+% } #if @actions + -- cgit v1.2.1