Changeset 2697 in subversion


Ignore:
Timestamp:
Jul 2, 2009 3:59:27 AM (4 years ago)
Author:
thomasb
Message:

Place additional toolbar icons before the mark-message dropdown button

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/skins/default/templates/mail.html

    r2643 r2697  
    114114<roundcube:button command="forward" imageSel="/images/buttons/forward_sel.png" imageAct="/images/buttons/forward_act.png" imagePas="/images/buttons/forward_pas.png" width="32" height="32" title="forwardmessage" /> 
    115115<roundcube:button command="delete" imageSel="/images/buttons/delete_sel.png" imageAct="/images/buttons/delete_act.png" imagePas="/images/buttons/delete_pas.png" width="32" height="32" title="deletemessage" /> 
     116<roundcube:container name="toolbar" id="messagetoolbar" /> 
    116117<roundcube:button name="markreadbutton" id="markreadbutton" image="/images/buttons/markread_act.png" width="32" height="32" title="markmessages" onclick="rcmail_ui.show_markmenu();return false" /> 
    117 <roundcube:container name="toolbar" id="messagetoolbar" /> 
    118118<roundcube:button name="messagemenulink" id="messagemenulink" image="/images/buttons/actions_act.png" width="34" height="32" title="messageactions" onclick="rcmail_ui.show_messagemenu();return false" /> 
    119119 
Note: See TracChangeset for help on using the changeset viewer.