RT# 75817 - updated UI to be more intuitive
[freeside.git] / httemplate / edit / cust_main / name.html
index fbb0a91..0b9e9e9 100644 (file)
@@ -2,7 +2,7 @@
 % my ($field, $value, $label, $extra) = @_;
 <DIV STYLE="display: inline-block">
   <INPUT TYPE="text" NAME="<% $field %>" VALUE="<% $value |h %>" <%$extra%>>
-  <BR><FONT SIZE=-1><% mt($label) %></FONT>
+  <BR><FONT SIZE=-1><% emt($label) %></FONT>
 </DIV>
 </%def>
 
         : 'label' %>">Email address(es)
   </TD>
   <TD BGCOLOR="#FFFF00">
+    <SPAN STYLE="width: 200px">
     <INPUT TYPE="text" NAME="invoicing_list" 
-           VALUE=<% $cust_main->invoicing_list_emailonly_scalar %>>
+           VALUE="<% $cust_main->invoicing_list_emailonly_scalar %>">
+    </SPAN>
   </TD>
+  <TD COLSPAN="5">
+    <INPUT TYPE="checkbox" NAME="message_noemail" VALUE="Y" <%
+        ( $cust_main->message_noemail eq 'Y' )
+          ? 'CHECKED'
+          : ''
+        %>> <% emt('Do not send notices') %>
+  </TD>
+
 </TR>
 % }
 <%init>