OX6:DefaultTreeView: Difference between revisions
From Open-Xchange
Line 2: | Line 2: | ||
Since Open-Xchange 6.18, a new tree view has been introduced to enhance usability of the Web UI. | Since Open-Xchange 6.18, a new tree view has been introduced to enhance usability of the Web UI. | ||
Although it is possible to switch back to the previous view as a user individually in | Although it is possible to switch back to the previous view as a user individually in activating the expert mode, some operators might want to use the old mode per default. | ||
This can be done in creating a configuration file | This can be done in creating a configuration file |
Revision as of 15:44, 11 February 2011
Changing the default tree view in Open-Xchange
Since Open-Xchange 6.18, a new tree view has been introduced to enhance usability of the Web UI. Although it is possible to switch back to the previous view as a user individually in activating the expert mode, some operators might want to use the old mode per default.
This can be done in creating a configuration file
/opt/open-xchange/etc/groupware/settings/view.properties
with the content
#(enable the check) modules/com.openexchange.settings.folder/show=true # [1-3] (condition, 1=all user, 2=all user with infostore, 3=as 2 but user must # have at least n files stored in the infostore) modules/com.openexchange.settings.folder/condition=1 # (if condition set to 3 this is the minimum number of files a user must have) modules/com.openexchange.settings.folder/minFiles=1
Note: This requires to have at least 6.18.2-Rev20 installed.