mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-19 16:36:23 +00:00
43 lines
1.0 KiB
Plaintext
43 lines
1.0 KiB
Plaintext
{ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
requires = ( MAIN, MainUI, CommonUI );
|
|
|
|
publicResources = ();
|
|
|
|
factories = {};
|
|
|
|
categories = {
|
|
SOGoUserFolder = {
|
|
slots = {
|
|
};
|
|
methods = {
|
|
Administration = {
|
|
protectedBy = "View";
|
|
pageName = "UIxAdministration";
|
|
};
|
|
UIxAdministrationAclEditor = {
|
|
protectedBy = "View";
|
|
pageName = "UIxAdministrationAclEditor";
|
|
};
|
|
UIxThemePreview = {
|
|
protectedBy = "View";
|
|
pageName = "UIxThemePreview";
|
|
};
|
|
UIxAdministrationMotd = {
|
|
protectedBy = "View";
|
|
pageName = "UIxAdministrationMotd";
|
|
};
|
|
getMotd = {
|
|
protectedBy = "View";
|
|
pageName = "UIxAdministrationMotd";
|
|
actionName = "get";
|
|
};
|
|
saveMotd = {
|
|
protectedBy = "View";
|
|
pageName = "UIxAdministrationMotd";
|
|
actionName = "save";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|