1 % my $cust_main = shift;
2 % my $style = $cust_main->company ? '' : 'STYLE="display:none"';
4 <TH ALIGN="right"><DIV ID="company_label" <%$style%>><% mt('Company') |h %></DIV></TD>
5 <TD COLSPAN=6><DIV ID="company_input" <%$style%>><INPUT TYPE="text" NAME="company" ID="company" SIZE=60
6 VALUE="<% $cust_main->company |h %>">