X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main%2Fname.html;h=713f54cdbaabd67155c1c7b7ee6d4ca9fefa6a07;hb=0a5585fba67aaa55301fe585a75aae1106aea1e6;hp=74b2a7b5b78105b4a0043224559b7bbc7036eee7;hpb=63720c224b0c21f33f25b66bed80d280a66328a3;p=freeside.git diff --git a/httemplate/edit/cust_main/name.html b/httemplate/edit/cust_main/name.html index 74b2a7b5b..713f54cdb 100644 --- a/httemplate/edit/cust_main/name.html +++ b/httemplate/edit/cust_main/name.html @@ -1,13 +1,13 @@ <%def .namepart> % my ($field, $value, $label, $extra) = @_; -
+
> -
<% mt($label) %> +
<% emt($label) %>
- <% mt('Contact name') |h %> + <% mt('Contact name') |h %> <& .namepart, 'last', $cust_main->last, 'Last', ',' &> <& .namepart, 'first', $cust_main->first, 'First' &> @@ -21,7 +21,7 @@ % if ( $conf->exists('cust_main-enable_spouse') ) { - <% mt('Spouse\'s name') |h %> +
<% mt('Spouse\'s name') |h %>
<& .namepart, 'spouse_last', $cust_main->spouse_last, 'Last', ',' &> <& .namepart, 'spouse_first', $cust_main->spouse_first, 'First' &> @@ -29,19 +29,18 @@ % } -% if ( $conf->exists('cust-email-high-visibility') ) { - + Email address(es) - - - ">Email address(es) + + + -% } <%init> my $cust_main = shift; my $agentnum = $cust_main->agentnum if $cust_main->custnum;