[#3121] Addressbook rendering error
Summary Addressbook rendering error
Queue IMP
Queue Version HEAD
Type Bug
State Resolved
Priority 2. Medium
Owners Michael Slusarz <slusarz (at) horde (dot) org>
Requester adrieder (at) sbox (dot) tugraz (dot) at
Created 12/11/2005 (1001 days ago)
Due
Updated 12/11/2005 (1001 days ago)
Assigned 12/11/2005 (1001 days ago)
Resolved 12/11/2005 (1001 days ago)
Attachments
Milestone
Patch No

History
12/11/2005 adrieder (at) sbox (dot) tugraz (dot) at Comment #5 Reply to this comment
sorry, forgot a commit
Thanks it works!
12/11/2005 Michael Slusarz Comment #4 Reply to this comment
sorry, forgot a commit
12/11/2005 adrieder (at) sbox (dot) tugraz (dot) at Comment #3 Reply to this comment
fixed
I still get errors in the html code:

    <option value="<tag:source_list.key />" selected="selected">My 
Address Book</option>
    <option value="<tag:source_list.key />">LDAP Directory</option>

Didi
12/11/2005 Michael Slusarz Comment #2
Priority ⇒ 2. Medium
State ⇒ Resolved
Reply to this comment
fixed
12/11/2005 Chuck Hagenbuch Assigned to Michael Slusarz
State ⇒ Assigned
 
12/11/2005 adrieder (at) sbox (dot) tugraz (dot) at Comment #1
State ⇒ Unconfirmed
Queue ⇒ IMP
Priority ⇒ 3. High
Summary ⇒ Addressbook rendering error
Type ⇒ Bug
Reply to this comment
When opening the addressbook from the IMP compose window, the 
resulting page gets not rendered correctly. I get the following html 
code returned:

(here is only the broken part)
[...]
  <select name="source">

    <option value="<tag:source_list.key />"<if:source_list.selected> 
selected="selected"</if:source_list.selected>>My Address Book</option>

    <option value="<tag:source_list.key />"<if:source_list.selected> 
selected="selected"</if:source_list.selected>>LDAP Directory</option>
   </select>
[...]