diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-04-04 11:47:16 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-04-04 11:47:16 +0200 |
commit | f8a9c2c59cda13e41f1295ce378885e29ad39780 (patch) | |
tree | ce38666dad42fb9c83a543171eb8ef7e7960c3c5 /skins/larry/templates/addressbook.html | |
parent | 4d61806cc51d7273ab3a2e9f961696182643768a (diff) |
Improve HTML structure so toolbar and content are in separate containers.
This makes splitters size and positioning better.
Diffstat (limited to 'skins/larry/templates/addressbook.html')
-rw-r--r-- | skins/larry/templates/addressbook.html | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/skins/larry/templates/addressbook.html b/skins/larry/templates/addressbook.html index ebdce51be..97efdc6f3 100644 --- a/skins/larry/templates/addressbook.html +++ b/skins/larry/templates/addressbook.html @@ -24,6 +24,15 @@ <roundcube:container name="toolbar" id="addressbooktoolbar" /> </div> +<!-- search box --> +<div id="quicksearchbar" class="searchbox"> +<roundcube:object name="searchform" id="quicksearchbox" /> +<roundcube:button name="searchmenulink" id="searchmenulink" class="iconbutton searchoptions" onclick="UI.show_popup('searchmenu');return false" title="searchmod" content=" " /> +<roundcube:button command="reset-search" id="searchreset" class="iconbutton reset" title="resetsearch" content=" " /> +</div> + +<div id="mainscreencontent"> + <div id="addressview-left"> <!-- sources/groups list --> @@ -41,13 +50,6 @@ <div id="addressview-right"> -<!-- search box --> -<div id="quicksearchbar" class="searchbox"> -<roundcube:object name="searchform" id="quicksearchbox" /> -<roundcube:button name="searchmenulink" id="searchmenulink" class="iconbutton searchoptions" onclick="UI.show_popup('searchmenu');return false" title="searchmod" content=" " /> -<roundcube:button command="reset-search" id="searchreset" class="iconbutton reset" title="resetsearch" content=" " /> -</div> - <!-- contacts list --> <div id="addresslist" class="uibox listbox"> <roundcube:object name="addresslisttitle" label="contacts" tag="h2" class="boxtitle" /> @@ -73,9 +75,10 @@ </div> </div> - </div><!-- end addressview-right --> +</div><!-- end mainscreencontent --> + </div><!-- end mainscreen --> <div id="exportmenu" class="popupmenu"> |