diff options
author | thomascube <thomas@roundcube.net> | 2008-12-06 17:59:26 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-12-06 17:59:26 +0000 |
commit | 3dc19d5fc8e13612d0f8cd85df391d7f2e232d06 (patch) | |
tree | 2575e7b8accd7dd181011271fbc7a37d1d92ccfb /skins/default/templates | |
parent | d5fca0c4902d0c9a7427e6028ddbbc8bb337859e (diff) |
Move search filter drop-down closed to search box
Diffstat (limited to 'skins/default/templates')
-rw-r--r-- | skins/default/templates/mail.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index 34f4254b7..eed853a92 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -119,7 +119,6 @@ <roundcube:button command="forward" imageSel="/images/buttons/forward_sel.png" imageAct="/images/buttons/forward_act.png" imagePas="/images/buttons/forward_pas.png" width="32" height="32" title="forwardmessage" /> <roundcube:button command="delete" imageSel="/images/buttons/delete_sel.png" imageAct="/images/buttons/delete_act.png" imagePas="/images/buttons/delete_pas.png" width="32" height="32" title="deletemessage" /> <roundcube:button command="print" imageSel="/images/buttons/print_sel.png" imageAct="/images/buttons/print_act.png" imagePas="/images/buttons/print_pas.png" width="32" height="32" title="printmessage" /> -<roundcube:object name="searchfilter" id="searchfilter" class="searchfilter" /> <div id="markmessagemenu"> <ul class="toolbarmenu"> @@ -129,6 +128,12 @@ <li><roundcube:button command="mark" prop="unflagged" label="markunflagged" classAct="active" /></li> </ul> </div> + +<div id="searchfilter"> + <label for="rcmcomposepriority"><roundcube:label name="filter" />: + <roundcube:object name="searchfilter" class="searchfilter" /> + </label> +</div> </div> <div id="quicksearchbar"> |