nimam
committed
on 10 Apr 04
Before:
A long biography would push the portrait on the page buttom
Portrait had a blue border to indicate the link
Biographie didn't sup… Show more
Before:

A long biography would push the portrait on the page buttom

Portrait had a blue border to indicate the link

Biographie didn't support HTML

Now:

Used table to have biography on the left and portrait on the right

Removed border with border="0"

Added noquote to @bio@

Show less

openacs-4/.../contacts/www/message.adp (+0 -3)
37 37                 object_id="@context_id@"
38 38                 item_id="@item_id@"
39 39                 >
40 40         </if>
41 41         <else>
42 42         <include        
43 43                 src=/packages/contacts/lib/@message_type@
44 44                 return_url=@return_url@
45 45                 party_ids=@party_ids@
46 46                 file_ids=@file_ids@
47 47                 item_id=@item_id@
48 48                 signature_id=@signature_id@
49 49                 recipients=@recipients;noquote@
50 50                 footer_id=@footer_id@
51 51                 header_id=@header_id@
52 52                 folder_id=@folder_id@
53 53                 >
54 54         </else>
55 55   </else>
56 56 </if>
57   <if @party_count@ eq 1>
58      <include src="/packages/mail-tracking/lib/messages" recipient_id="@party_id@" page="@page@">
59   </if>