X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fcontact.html;h=490ba2303c5e26531f384cdde956473fa359d183;hb=a72a10f754f7465121d6137bb3dcee0a21ea6443;hp=eea3694e3b9e22b9be45bce7f73331e7df843643;hpb=7bbe939d139be7edd77378cfc9a2c3ec6287749d;p=freeside.git diff --git a/httemplate/elements/contact.html b/httemplate/elements/contact.html index eea3694e3..490ba2303 100644 --- a/httemplate/elements/contact.html +++ b/httemplate/elements/contact.html @@ -4,6 +4,24 @@ +% if ( @contact_class ) { + +% } else { + +% } +% % foreach my $field ( @fields ) { % % my $value = ''; @@ -21,11 +39,7 @@ % && $contact_phone->countrycode ne '1'; % } % } elsif ( $field eq 'emailaddress' ) { -% #XXX multiple not yet supported -% my $contact_email = qsearchs('contact_email', { -% 'contactnum' => $curr_value, -% }); -% $value = $contact_email->emailaddress if $contact_email; +% $value = join(', ', map $_->emailaddress, $contact->contact_email); % } else { % $value = $contact->get($field); % } @@ -64,6 +78,8 @@ if ( $opt{'onchange'} ) { $onchange = 'onChange="'. $onchange. '"'; } +my @contact_class = qsearch('contact_class', { 'disabled' => '' }); + my $contact; if ( $curr_value ) { $contact = qsearchs('contact', { 'contactnum' => $curr_value } ); @@ -85,7 +101,7 @@ foreach my $phone_type ( qsearch({table=>'phone_type', order_by=>'weight'}) ) { next if $phone_type->typename eq 'Home'; my $f = 'phonetypenum'.$phone_type->phonetypenum; $label{$f} = $phone_type->typename. ' phone'; - $size{$f} = $first++ ? 11 : 15; + $size{$f} = $first++ ? 10 : 15; } $label{'comment'} = 'Comment';
+
+ Type +