summaryrefslogtreecommitdiff
path: root/httemplate/browse/part_svc.cgi
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-09-18 02:56:30 -0700
committerIvan Kohler <ivan@freeside.biz>2012-09-18 02:56:30 -0700
commit806d426d106efea2b2b13314108c4ac046511e1c (patch)
tree89b277b7b0cca1b412e74b68869bccf733bc14c2 /httemplate/browse/part_svc.cgi
parent1ad547a47f16b4230762e752fbe48d460ed997e1 (diff)
export host selection per service, RT#17914
Diffstat (limited to 'httemplate/browse/part_svc.cgi')
-rwxr-xr-xhttemplate/browse/part_svc.cgi11
1 files changed, 1 insertions, 10 deletions
diff --git a/httemplate/browse/part_svc.cgi b/httemplate/browse/part_svc.cgi
index 26d090a3d..a8f4a7c84 100755
--- a/httemplate/browse/part_svc.cgi
+++ b/httemplate/browse/part_svc.cgi
@@ -141,16 +141,7 @@ function part_export_areyousure(href) {
%
<TR>
- <TD><A HREF="<% $p %>edit/part_export.cgi?<% $part_export->exportnum %>">
-<% $part_export->exportnum %>:&nbsp;
-% if ($part_export->exportname) {
-<B><% $part_export->exportname %></B> (
-% }
-<% $part_export->exporttype %>&nbsp;to&nbsp;<% $part_export->machine %>
-% if ($part_export->exportname) {
-)
-% }
-</A></TD>
+ <TD><A HREF="<% $p %>edit/part_export.cgi?<% $part_export->exportnum %>"><% $part_export->label_html %></A></TD>
</TR>
% }