summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main/company.html
blob: 3341d80119cba8c4bc1200fa2cb1b7a35ba6413a (plain)
1
2
3
4
5
6
7
8
% my $cust_main = shift;
% my $style = $cust_main->company ? '' : 'STYLE="display:none"';
<TR ID="company_row">
  <TH ALIGN="right"><DIV ID="company_label" <%$style%>><% mt('Company') |h %></DIV></TD>
  <TD COLSPAN=6><DIV ID="company_input" <%$style%>><INPUT TYPE="text" NAME="company" ID="company" SIZE=60
             VALUE="<% $cust_main->company |h %>">
  </DIV></TD>
</TR>