diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-03-24 15:40:03 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-03-24 15:40:03 -0700 |
commit | ed4369640adc2e7c468ca384010729e8ec1f9074 (patch) | |
tree | a81c90876514a0b751a24c8c0d336cdfdc374595 /httemplate/view/prospect_main.html | |
parent | 172673b3aef143dc426603689d37b65394c4fe1d (diff) |
enhance contacts: contact classes, RT#16819
Diffstat (limited to 'httemplate/view/prospect_main.html')
-rw-r--r-- | httemplate/view/prospect_main.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/prospect_main.html b/httemplate/view/prospect_main.html index 1c8195672..9e85348af 100644 --- a/httemplate/view/prospect_main.html +++ b/httemplate/view/prospect_main.html @@ -32,7 +32,7 @@ % foreach my $contact ( $prospect_main->contact ) { <TR> - <TD ALIGN="right">Contact</TD> + <TD ALIGN="right"><% $contact->contact_classname %> Contact</TD> <TD BGCOLOR="#FFFFFF"><% $contact->line %></TD> </TR> %} |