summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_svc.cgi
diff options
context:
space:
mode:
authormark <mark>2010-11-08 21:42:44 +0000
committermark <mark>2010-11-08 21:42:44 +0000
commit6f00514388038706a2e981704122cdaef2a861da (patch)
tree5bae4f3585c5a49a6345f203cca9f6198f2afa80 /httemplate/edit/part_svc.cgi
parent1a47c9ec6fd9256eff6e65768c9122ffbd94cd86 (diff)
export names, RT#9827
Diffstat (limited to 'httemplate/edit/part_svc.cgi')
-rwxr-xr-xhttemplate/edit/part_svc.cgi8
1 files changed, 6 insertions, 2 deletions
diff --git a/httemplate/edit/part_svc.cgi b/httemplate/edit/part_svc.cgi
index 2e79af996..50bc79c02 100755
--- a/httemplate/edit/part_svc.cgi
+++ b/httemplate/edit/part_svc.cgi
@@ -116,8 +116,12 @@ that field.
% && qsearchs( 'export_svc', {
% exportnum => $part_export->exportnum,
% svcpart => $clone || $part_svc->svcpart });
-% $html .= '>'. $part_export->exportnum. ': '. $part_export->exporttype.
-% ' to '. $part_export->machine. '</TD>';
+% $html .= '>'.$part_export->exportnum. ': ';
+% $html .= $part_export->exportname . '<DIV ALIGN="right"><FONT SIZE=-1>'
+% if ( $part_export->exportname );
+% $html .= $part_export->exporttype. ' to '. $part_export->machine;
+% $html .= '</FONT></DIV>' if ( $part_export->exportname );
+% $html .= '</TD>';
% $count++;
% $html .= '</TR><TR>' unless $count % $columns;
% }