X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fbrowse%2Fpart_svc.cgi;h=c66b8ac631b3ab91292ed7ef7145f2889b373a83;hp=cf0f0408c911f145a631b2938bb791b5169959d2;hb=b159f42fa3f48cc2ca3b43773e7661e17d2fb072;hpb=415150fe1997eb2688dfd492710f644574e29daf diff --git a/httemplate/browse/part_svc.cgi b/httemplate/browse/part_svc.cgi index cf0f0408c..c66b8ac63 100755 --- a/httemplate/browse/part_svc.cgi +++ b/httemplate/browse/part_svc.cgi @@ -14,6 +14,13 @@ my $total = scalar(@part_svc); %> <%= header('Service Definition Listing', menubar( 'Main Menu' => $p) ) %> + + Services are items you offer to your customers.

<%= $total %> services <%= $cgi->param('showdisabled') @@ -61,10 +68,17 @@ my $total = scalar(@part_svc); foreach my $part_export ( @part_export ) { %> - <%= $part_export->exporttype %> to <%= $part_export->machine %> - (options) + <%= $part_export->exporttype %> to <%= $part_export->machine %> (edit | delete) + + <%= itable() %> + <% my %opt = $part_export->options; + foreach my $opt ( keys %opt ) { %> + <%= $opt %><%= $opt{$opt} %> + <% } %> + + <% } %> - Add a new export + Add a new export <% if (@part_export) { %>
@@ -75,6 +89,7 @@ my $total = scalar(@part_svc); <%= $part_export->exporttype %> to <%= $part_export->machine %> <% } %> +
<% } %>