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/settings.html | |
parent | d2d94ac6df0b8c07f0b36da71b1e4b14d6d1e8ab (diff) |
Give resizeable splitters to Larry
Diffstat (limited to 'skins/larry/templates/settings.html')
-rw-r--r-- | skins/larry/templates/settings.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/larry/templates/settings.html b/skins/larry/templates/settings.html index bd90ae38e..15ce1e94f 100644 --- a/skins/larry/templates/settings.html +++ b/skins/larry/templates/settings.html @@ -12,6 +12,8 @@ <roundcube:include file="/includes/settingstabs.html" /> +<div id="settings-right"> + <div id="sectionslist" class="uibox listbox"> <div class="scroller"> <roundcube:object name="sectionslist" id="sections-table" class="listing" /> @@ -25,6 +27,8 @@ </div> +</div> + <roundcube:include file="/includes/footer.html" /> </body> |