Ignore:
Timestamp:
Jan 31, 2009 9:55:38 AM (4 years ago)
Author:
thomasb
Message:

Define containers in GUI templates + support external 'commands'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/devel-api/skins/default/templates/mail.html

    r2165 r2265  
    3434<h3 id="mailboxlist-header"><roundcube:label name="mailboxlist" /></h3> 
    3535<roundcube:object name="mailboxlist" id="mailboxlist" maxlength="16" /> 
     36<roundcube:container name="folders" id="mailboxlist" /> 
    3637</div> 
    3738 
     
    112113 
    113114<div id="messagetoolbar"> 
     115<roundcube:container name="toolbar" id="messagetoolbar" /> 
    114116<roundcube:button command="checkmail" imageSel="/images/buttons/inbox_sel.png" imageAct="/images/buttons/inbox_act.png" imagePas="/images/buttons/inbox_pas.png" width="32" height="32" title="checkmail" /> 
    115117<roundcube:button command="compose" imageSel="/images/buttons/compose_sel.png" imageAct="/images/buttons/compose_act.png" imagePas="/images/buttons/compose_pas.png" width="32" height="32" title="writenewmessage" /> 
Note: See TracChangeset for help on using the changeset viewer.