diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-08-08 12:52:26 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-08-08 12:52:26 +0200 |
commit | 66233b76c83b8e31bc1ff301352393299130a18c (patch) | |
tree | f9b1d88a7699aa8e1e6ddfb16b691b6c48a6e67a /skins/classic/templates/folders.html | |
parent | 00dd283999fd42870bc2ea8412a4e39f7c52060c (diff) |
Added folder searching in Folder Manager
Diffstat (limited to 'skins/classic/templates/folders.html')
-rw-r--r-- | skins/classic/templates/folders.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/skins/classic/templates/folders.html b/skins/classic/templates/folders.html index 7ca4ac49f..8ed0b5fdc 100644 --- a/skins/classic/templates/folders.html +++ b/skins/classic/templates/folders.html @@ -19,7 +19,17 @@ <div id="mainscreen"> <div id="folder-manager"> -<div id="folderlist-title" class="boxtitle"><span class="rightalign"><roundcube:label name="subscribed" /></span><roundcube:label name="folders" /></div> +<div id="folderlist-title" class="boxtitle"> + <roundcube:label name="folders" /> + <a href="#folders" class="iconbutton search" title="<roundcube:label name='findfolders' />" tabindex="0"><roundcube:label name='findfolders' /></a> +</div> +<div class="listsearchbox"> + <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> +</div> <div id="folderlist-content" class="boxlistcontent"> <roundcube:object name="foldersubscription" form="subscriptionform" id="subscription-table" summary="Folder subscription table" class="treelist folderlist" /> |