X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fcontact.html;h=3d5177612fecb929bc0187a684f150328476508d;hb=08d132eca6a97c3417dc0f13bb603f080bd0e222;hp=3efa232464a9dfd1eebd27792597a59f437993c6;hpb=f2e15ed1a7e7b5938f32e1bd961082bed83de662;p=freeside.git diff --git a/httemplate/elements/contact.html b/httemplate/elements/contact.html index 3efa23246..3d5177612 100644 --- a/httemplate/elements/contact.html +++ b/httemplate/elements/contact.html @@ -2,8 +2,26 @@ - +
+% if ( @contact_class && ! $opt{name_only} ) { + +% } else { + +% } +% % foreach my $field ( @fields ) { % % my $value = ''; @@ -60,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 } ); @@ -81,11 +101,11 @@ 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'; -my @fields = keys %label; +my @fields = $opt{'name_only'} ? qw( first last ) : keys %label;
+
+ Type +