Skip to content

Commit

Permalink
Add splitter for preferences sections list
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Aug 8, 2012
1 parent 9bfe14f commit 389fa1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions skins/larry/ui.js
Expand Up @@ -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') {
Expand Down

0 comments on commit 389fa1d

Please sign in to comment.