Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / httemplate / edit / cust_main / company.html
1 % my $cust_main = shift;
2 % my $style = $cust_main->company ? '' : 'STYLE="display:none"';
3 <TR ID="company_row">
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 %>">
7   </DIV></TD>
8 </TR>