diff options
author | thomascube <thomas@roundcube.net> | 2011-12-17 15:31:42 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-17 15:31:42 +0000 |
commit | af05fecf245cc1bdeee0f6a1ee32559add539134 (patch) | |
tree | 9e8985645498fdec2acc87e17bbf92e7d9be4da0 /skins/larry/templates | |
parent | 74d4c7f9ada668d0bf53361a407b00be7d10488c (diff) |
Iconized some menus
Diffstat (limited to 'skins/larry/templates')
-rw-r--r-- | skins/larry/templates/compose.html | 9 | ||||
-rw-r--r-- | skins/larry/templates/messagepreview.html | 5 |
2 files changed, 13 insertions, 1 deletions
diff --git a/skins/larry/templates/compose.html b/skins/larry/templates/compose.html index 1fe740ce1..44180be9a 100644 --- a/skins/larry/templates/compose.html +++ b/skins/larry/templates/compose.html @@ -14,6 +14,15 @@ <div id="composeview-left"> <!-- inline address book --> +<div id="compose-contacts" class="uibox listbox"> +<h2 class="boxtitle"><roundcube:label name="contacts" /></h2> +<div class="scroller withfooter"> + +</div> +<div class="boxfooter"> + +</div> +</div> </div> diff --git a/skins/larry/templates/messagepreview.html b/skins/larry/templates/messagepreview.html index 2ea007f2c..98ff6aa2e 100644 --- a/skins/larry/templates/messagepreview.html +++ b/skins/larry/templates/messagepreview.html @@ -13,8 +13,11 @@ <!-- record navigation --> <div id="countcontrols" class="pagenav"> + <roundcube:button command="reply" type="link" class="button reply" classSel="button reply pressed" innerClass="inner" title="replytomessage" content="<-" /> + <roundcube:button command="replyall" type="link" class="button replyall" classSel="button replyall pressed" innerClass="inner" title="replytoallmessage" content="<<-" /> + <roundcube:button command="forward" type="link" class="button forward" classSel="button forward pressed" innerClass="inner" title="forwardmessage" content="->" /> + <roundcube:button command="permaurl" type="link" class="button extwin" classSel="button extwin pressed" innerClass="inner" title="openinextwin" content="[]" target="_blank" /> - <roundcube:button command="viewsource" type="link" class="button viewsource" classSel="button extwin pressed" innerClass="inner" title="viewsource" content="<>" /> <!-- <roundcube:button command="previousmessage" type="link" class="button pageup disabled" classAct="button pageup" classSel="button pageup pressed" innerClass="inner" title="previousmessage" content="&lt;" /> |