Ignore:
Timestamp:
Jan 5, 2012 11:15:37 AM (17 months ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
becca08
Parents:
8304e5d
Message:

Embed address book widget on compose screen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skins/larry/templates/compose.html

    r4deb1ef r7961f8c  
    1818<h2 class="boxtitle"><roundcube:label name="contacts" /></h2> 
    1919<div class="scroller withfooter"> 
    20          
     20        <roundcube:object name="adressbooks" id="directorylist" class="listing" /> 
     21        <roundcube:object name="addresslist" id="contacts-table" class="listing" noheader="true" /> 
    2122</div> 
    2223<div class="boxfooter"> 
    2324        <roundcube:button command="add-recipient" prop="to" type="link" title="to" class="listbutton addto disabled" classAct="listbutton addto" innerClass="inner" content="To+" /><roundcube:button command="add-recipient" prop="cc" type="link" title="cc" class="listbutton addcc disabled" classAct="listbutton addcc" innerClass="inner" content="Cc+" /><roundcube:button command="add-recipient" prop="bcc" type="link" title="bcc" class="listbutton addbcc disabled" classAct="listbutton addbcc" innerClass="inner" content="Bcc+" /> 
     25</div> 
     26<div class="boxpagenav"> 
     27        <roundcube:button command="firstpage" type="link" class="icon firstpage disabled" classAct="icon firstpage" title="firstpage" content="|&amp;lt;" /> 
     28        <roundcube:button command="previouspage" type="link" class="icon prevpage disabled" classAct="icon prevpage" title="previouspage" content="&amp;lt;" /> 
     29        <roundcube:button command="nextpage" type="link" class="icon nextpage disabled" classAct="icon nextpage" title="nextpage" content="&amp;gt;" /> 
     30        <roundcube:button command="lastpage" type="link" class="icon lastpage disabled" classAct="icon lastpage" title="lastpage" content="&amp;gt;|" /> 
    2431</div> 
    2532</div> 
Note: See TracChangeset for help on using the changeset viewer.