mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
- added missing configuration variables
This commit is contained in:
parent
b2ca33e9f4
commit
7f26d95c48
|
@ -116,13 +116,21 @@ class Settings
|
|||
|
||||
// enable calendar
|
||||
var $_enableCalendar = true;
|
||||
|
||||
|
||||
// calendar default view ("w" for week,"m" for month,"y" for year)
|
||||
var $_calendarDefaultView = "y";
|
||||
|
||||
// first day of the week (0=sunday, 6=saturday)
|
||||
var $_firstDayOfWeek = 0;
|
||||
|
||||
// false to don't show the folder tree
|
||||
var $_enableFolderTree = true;
|
||||
|
||||
// 0 to start with tree hidden
|
||||
// 1 to start with tree shown and first level expanded
|
||||
// 2 to start with tree shown fully expanded
|
||||
var $_expandFolderTree = 1;
|
||||
|
||||
// if true user cannot edit his own profile
|
||||
var $_disableSelfEdit = false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user