<%= form_input(:text_field, 'customer', 'fname', t(:first_name), 'class'=>'two_columns') %>
<%= form_input(:text_field, 'customer', 'lname', t(:last_name), 'class'=>'two_columns') %>
|
|
|
|
|
<%=check_box('mailpref', 'check_external_mail')%>
<%= t :check_external_mail_txt %>
|
|