diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-08-14 10:39:05 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-08-14 10:39:05 +0200 |
commit | 0fddf7a6a23f4940fcd4c2c3b646cc4d3c01db8b (patch) | |
tree | 38f04789a961c2a970f79568e0c8be931b67bcd0 /skins/classic | |
parent | 06fdaf88cb1a355e445294beba4a89d0209ac71e (diff) |
Place folder namespace selector above search box. Adjust height after box is visible and real heights can be computed
Diffstat (limited to 'skins/classic')
-rw-r--r-- | skins/classic/templates/folders.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/classic/templates/folders.html b/skins/classic/templates/folders.html index ac824306f..4d709f8d2 100644 --- a/skins/classic/templates/folders.html +++ b/skins/classic/templates/folders.html @@ -24,12 +24,12 @@ <a href="#folders" class="iconbutton search" title="<roundcube:label name='findfolders' />" tabindex="0"><roundcube:label name='findfolders' /></a> </div> <div class="listsearchbox"> + <roundcube:object name="folderfilter" id="folderlist-filter" /> <div class="searchbox" role="search"> <input type="text" name="q" id="foldersearch" placeholder="<roundcube:label name='findfolders' />" /> <a class="iconbutton searchicon"></a> <roundcube:button command="reset-foldersearch" id="folderlistsearch-reset" class="iconbutton reset" title="resetsearch" width="13" height="13" /> </div> - <roundcube:object name="folderfilter" id="folderlist-filter" /> </div> <div id="folderlist-content" class="boxlistcontent"> <roundcube:object name="foldersubscription" form="subscriptionform" id="subscription-table" |