diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-08-08 09:29:59 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-08-08 09:29:59 +0200 |
commit | 389fa1d59f99806d73223e8379f9add740bfec82 (patch) | |
tree | aeb0b7d5f226c1fac4ba1227d54f0f4b233749fd /skins/larry | |
parent | 9bfe14f7781f6f7567cfbf109474254cf6272518 (diff) |
Add splitter for preferences sections list
Diffstat (limited to 'skins/larry')
-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 780ce7a62..698785161 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -145,6 +145,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') { |