diff options
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; % } |