diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-08-08 09:29:59 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-08-30 09:42:21 +0200 |
commit | 94015ea223dd67d118e0d3c638cc16b0ba3b1cc3 (patch) | |
tree | f4664e22f54b2c215af810f6315a905f3ea8189d /skins/larry/ui.js | |
parent | 42e4507c5353cf3e6b0a5ee5325a97034f00bc47 (diff) |
Add splitter for preferences sections list
Diffstat (limited to 'skins/larry/ui.js')
-rw-r--r-- | skins/larry/ui.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/larry/ui.js b/skins/larry/ui.js index 37baf59be..a3ceb4c91 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -147,6 +147,10 @@ function rcube_mail_ui() new rcube_splitter({ id:'identviewsplitter', p1:'#identitieslist', p2:'#identity-details', orientation:'v', relative:true, start:266, min:180, size:12 }).init(); } + else if (rcmail.env.action == 'preferences') { + new rcube_splitter({ id:'prefviewsplitter', p1:'#sectionslist', p2:'#preferences-box', + orientation:'v', relative:true, start:266, min:180, size:12 }).init(); + } } /*** addressbook task ***/ else if (rcmail.env.task == 'addressbook') { |