diff options
author | mark <mark> | 2010-11-07 07:07:06 +0000 |
---|---|---|
committer | mark <mark> | 2010-11-07 07:07:06 +0000 |
commit | 5ac9e46a92f4eefd795f97643f3e8f62ec1a2b26 (patch) | |
tree | 15d05e369276ceb5545daf098bfa7e8b512f18e0 /httemplate/edit/part_svc.cgi | |
parent | cd91e59d897b1359dd91b2b9e5e7e008d2dbd9ed (diff) |
export names, RT#9827
Diffstat (limited to 'httemplate/edit/part_svc.cgi')
-rwxr-xr-x | httemplate/edit/part_svc.cgi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/httemplate/edit/part_svc.cgi b/httemplate/edit/part_svc.cgi index e14acb5a9..fcffc4f56 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; % } |