diff options
author | thomascube <thomas@roundcube.net> | 2011-12-15 20:32:46 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-15 20:32:46 +0000 |
commit | 918bb927381ada0853c6a6ab959f879474dd21fa (patch) | |
tree | ab86c60ff430bea23e2afe567d0dc92959e5c5be /skins/larry/templates/mail.html | |
parent | d2d94ac6df0b8c07f0b36da71b1e4b14d6d1e8ab (diff) |
Give resizeable splitters to Larry
Diffstat (limited to 'skins/larry/templates/mail.html')
-rw-r--r-- | skins/larry/templates/mail.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/skins/larry/templates/mail.html b/skins/larry/templates/mail.html index 88b7c5840..87e690b54 100644 --- a/skins/larry/templates/mail.html +++ b/skins/larry/templates/mail.html @@ -64,8 +64,13 @@ <!-- list footer --> <div id="messagelistfooter"> <div id="listcontrols"> - <a href="#list" class="iconbutton listmode" id="maillistmode" title="<roundcube:label name='list' />">List</a> - <a href="#threads" class="iconbutton threadmode" id="mailthreadmode" title="<roundcube:label name='threads' />">Threads</a> + <roundcube:if condition="env:threads" /> + <a href="#list" class="iconbutton listmode" id="maillistmode" title="<roundcube:label name='list' />">List</a> + <a href="#threads" class="iconbutton threadmode" id="mailthreadmode" title="<roundcube:label name='threads' />">Threads</a> + <roundcube:else /> + <a href="#list" class="iconbutton listmode selected" title="<roundcube:label name='list' />" onclick="return false">List</a> + <a href="#threads" class="iconbutton threadmode disabled" title="<roundcube:label name='threads' />" onclick="return false">Threads</a> + <roundcube:endif /> </div> <div id="countcontrols" class="pagenav dark"> |