From eb061f5119325e666f0dff40d4089e5c1df58e17 Mon Sep 17 00:00:00 2001 From: cvs2git Date: Sun, 16 Mar 2008 19:58:34 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'TRIXBOX_2_6'. --- httemplate/browse/part_export.cgi | 65 --------------------------------------- 1 file changed, 65 deletions(-) delete mode 100755 httemplate/browse/part_export.cgi (limited to 'httemplate/browse/part_export.cgi') diff --git a/httemplate/browse/part_export.cgi b/httemplate/browse/part_export.cgi deleted file mode 100755 index 1cd201360..000000000 --- a/httemplate/browse/part_export.cgi +++ /dev/null @@ -1,65 +0,0 @@ -<% include("/elements/header.html", "Export Listing") %> - -Provisioning services to external machines, databases and APIs.

- -Add a new export

- - - -<% include('/elements/table-grid.html') %> -% my $bgcolor1 = '#eeeeee'; -% my $bgcolor2 = '#ffffff'; -% my $bgcolor = ''; - - - Export - Options - - -% foreach my $part_export ( sort { -% $a->getfield('exportnum') <=> $b->getfield('exportnum') -% } qsearch('part_export',{}) -% ) { -% if ( $bgcolor eq $bgcolor1 ) { -% $bgcolor = $bgcolor2; -% } else { -% $bgcolor = $bgcolor1; -% } - - - - <% $part_export->exportnum %> - - <% $part_export->exporttype %> to <% $part_export->machine %> (edit | delete) - - - <% itable() %> -% my %opt = $part_export->options; -% foreach my $opt ( keys %opt ) { - - - <% $opt %>:  - <% encode_entities($opt{$opt}) %> - -% } - - - - - - -% } - - - -<% include('/elements/footer.html') %> - -<%init> -die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); - -- cgit v1.2.1