From: ivan Date: Mon, 18 Mar 2002 15:51:26 +0000 (+0000) Subject: UI glitch; forgot ROWSPAN for export column X-Git-Tag: freeside_1_4_0_pre12~149 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=c2f8491538edaf54ed976c7a4f2c238eea1e3772;p=freeside.git UI glitch; forgot ROWSPAN for export column --- diff --git a/httemplate/browse/part_svc.cgi b/httemplate/browse/part_svc.cgi index 07f197982..cf0f0408c 100755 --- a/httemplate/browse/part_svc.cgi +++ b/httemplate/browse/part_svc.cgi @@ -26,6 +26,7 @@ my $total = scalar(@part_svc); param('showdisabled') ? 2 : 3 %>>Service Table + Export Field Modifier @@ -54,6 +55,30 @@ my $total = scalar(@part_svc); <%= $hashref->{svc} %> > <%= $hashref->{svcdb} %> + ><%= itable() %> +<% + my @part_export = qsearch('part_export', { svcpart => $part_svc->svcpart } ); + foreach my $part_export ( @part_export ) { +%> + + <%= $part_export->exporttype %> to <%= $part_export->machine %> + (options) +<% } %> + Add a new export +<% if (@part_export) { %> + +
+ + +
+<% } %> + <% my($n1)=''; foreach my $field ( @fields ) { @@ -73,7 +98,7 @@ my $total = scalar(@part_svc); <% } %> - param('showdisabled') ? 6 : 7 %>>
Add a new service definition + param('showdisabled') ? 7 : 8 %>>Add a new service definition