summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_svc.cgi
diff options
context:
space:
mode:
authormark <mark>2010-11-07 07:07:06 +0000
committermark <mark>2010-11-07 07:07:06 +0000
commit5ac9e46a92f4eefd795f97643f3e8f62ec1a2b26 (patch)
tree15d05e369276ceb5545daf098bfa7e8b512f18e0 /httemplate/edit/part_svc.cgi
parentcd91e59d897b1359dd91b2b9e5e7e008d2dbd9ed (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 e14acb5..fcffc4f 100755
--- a/httemplate/edit/part_svc.cgi
+++ b/httemplate/edit/part_svc.cgi
@@ -114,8 +114,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;
% }