X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fprospect_main.html;h=504a5a8ec1caa9612a87ce298fd7f78158c8d930;hb=f95fe844753a411328394dad031279df5bb1a143;hp=8c93d6c02acb9b4174b642e3c67e0a76af17880f;hpb=d2e0e83c3cb0caf1d1a958eee1717934e8b5176f;p=freeside.git diff --git a/httemplate/view/prospect_main.html b/httemplate/view/prospect_main.html index 8c93d6c02..504a5a8ec 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 %> Contact + + <% $contact->line %>
+ +% for my $row ( $contact->contact_email ) { + +% } +% for my $row ( $contact->contact_phone ) { + +% } +% if ( $prospect_contact->comment ) { + +% } +
E-Mail:<% $row->emailaddress %>
<% $row->phone_type->typename %>:<% $row->phonenum_pretty %>
Comment:<% $prospect_contact->comment %>
+ %} @@ -69,7 +82,7 @@ % if ( $curuser->access_right('Qualify service') ) { <% include( '/elements/popup_link-prospect_main.html', 'action' => $p. 'misc/qual.html', - 'label' => 'New Qualification', + 'label' => 'New Qualification', 'actionlabel' => 'New Qualification', 'color' => '#333399', 'prospect_main' => $prospect_main, @@ -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;