Organized the categories and appointments invitations inside a tabContainer

This commit is contained in:
Alexandre Cloutier
2014-07-16 14:01:50 -04:00
parent 17319cc8dd
commit 5217bed5ae
4 changed files with 103 additions and 107 deletions
+7
View File
@@ -215,6 +215,13 @@ function initPreferences() {
mailController.attachToTabsContainer(tabsContainer);
}
// Inner tabs on the calendar module tab
tabsContainer = $('calendarOptionsTabs');
if (tabsContainer) {
var mailController = new SOGoTabsController();
mailController.attachToTabsContainer(tabsContainer);
}
_setupEvents();
// Optional function called when initializing the preferences