X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fprospect_main.html;h=d6bcbe7ada315a87b7425f7e252b05901511e695;hp=2fde797c6e914d9d1822e32e964ba34b71ce9ddd;hb=b71b1576c68bc40ad26592b354feace37a029f0e;hpb=52c4764eafbb02a1ee74f983ece53b07306e1dde diff --git a/httemplate/view/prospect_main.html b/httemplate/view/prospect_main.html index 2fde797c6..d6bcbe7ad 100644 --- a/httemplate/view/prospect_main.html +++ b/httemplate/view/prospect_main.html @@ -24,8 +24,21 @@ % foreach my $prospect_contact ( $prospect_main->prospect_contact ) { % my $contact = $prospect_contact->contact; - <% $prospect_contact->contact_classname %> Contact - <% $contact->line %> + <% $prospect_contact->contact_classname |h %> Contact + + <% $contact->line |h %>
+ +% for my $row ( $contact->contact_email ) { + +% } +% for my $row ( $contact->contact_phone ) { + +% } +% if ( $prospect_contact->comment ) { + +% } +
E-Mail:<% $row->emailaddress |h %>
<% $row->phone_type->typename |h %>:<% $row->phonenum_pretty |h %>
Comment:<% $prospect_contact->comment |h %>
+ %} @@ -108,8 +121,7 @@ my $prospect_main = qsearchs( { }); die "Prospect not found!" unless $prospect_main; -my $title = encode_entities($prospect_main->name); -$title = mt("Prospect"). ": $title"; +my $title = mt("Prospect"). ': '. $prospect_main->name; $title .= ' ('.mt('DISABLED').')' if $prospect_main->disabled;