diff options
| author | Nathan Kinkade <nkinkade@nkinka.de> | 2009-03-12 19:36:47 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nkinkade@nkinka.de> | 2009-03-12 19:36:47 +0000 |
| commit | 98599fcaf2fdd2c288a0eaab9361c82af84b1009 (patch) | |
| tree | c7529a82948037fe7a0c17fe8532aeca91de110a | |
| parent | ee1389b54730fa5470f87dedf0f4e101e8fc906b (diff) | |
Reordered buttons on buttonbar of main message list screen to better suit me.
| -rw-r--r-- | roundcubemail/skins/npk/templates/mail.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/roundcubemail/skins/npk/templates/mail.html b/roundcubemail/skins/npk/templates/mail.html index 104cd989e..e87e7912f 100644 --- a/roundcubemail/skins/npk/templates/mail.html +++ b/roundcubemail/skins/npk/templates/mail.html @@ -93,14 +93,16 @@ <div id="messagetoolbar"> <ul id="actionmenu"> -<li style="margin-right: 2em;"><roundcube:button name="archivemessage" id="archivemessage" type="link" label="buttonbararchive" image="NONE" title="archivemessage" onclick="rcmail.command('moveto', 'archives')" title="archivemessages" /></li> -<li><roundcube:button command="compose" type="link" label="buttonbarcompose" title="writenewmessage" /></li> -<li><roundcube:button command="reply" type="link" label="buttonbarreply" title="replytomessage" /></li> -<li><roundcube:button command="reply-all" type="link" label="buttonbarreplyall" title="replytoallmessage" /></li> -<li><roundcube:button command="forward" type="link" label="buttonbarforward" title="forwardmessage" /></li> +<li><roundcube:button name="archivemessage" id="archivemessage" type="link" label="buttonbararchive" image="NONE" title="archivemessage" onclick="rcmail.command('moveto', 'archives')" title="archivemessages" /></li> + <li id="markmessagebutton"><roundcube:button name="markmessagearrow" id="markmessagearrow" title="markmessages" onclick="rcmail_ui.show_markmenu();return false" label="buttonbarmark" image="/images/arrow_down.png" /></li> <li id="movemessagebutton"><roundcube:button name="movemessagearrow" id="movemessagearrow" title="movemessages" onclick="rcmail_ui.show_movemenu();return false" label="buttonbarmove" image="/images/arrow_down.png" /></li> <li id="copymessagebutton"><roundcube:button name="copymessagearrow" id="copymessagearrow" title="copymessages" onclick="rcmail_ui.show_copymenu();return false" label="buttonbarcopy" image="/images/arrow_down.png" /></li> +<li><roundcube:button command="reply" type="link" label="buttonbarreply" title="replytomessage" /></li> +<li><roundcube:button command="reply-all" type="link" label="buttonbarreplyall" title="replytoallmessage" /></li> +<li><roundcube:button command="forward" type="link" label="buttonbarforward" title="forwardmessage" /></li> + +<li><roundcube:button command="compose" type="link" label="buttonbarcompose" title="writenewmessage" /></li> <li id="notjunkbutton" style="display: none"><roundcube:button name="notjunk" id="notjunk" type="link" label="buttonbarnotjunk" title="notjunkmessages" onclick="rcmail.command('copyto','INBOX',this);rcmail.command('moveto','HamNotSpam',this)" /></li> <li id="shredbutton" style="display: none"><roundcube:button name="shred" id="shred" type="link" label="buttonbarshred" title="shredmessages" onclick="rcmail.command('delete', this)" /></li> <a href="#" onclick="return rcmail.command('checkmail','',this)">Refresh</a> |
