Commit 268b36a45611088a41ff51fa920a928d6300e941
1 parent
9bda441f
Remove currently unused collections admin category.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4554 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
0 additions
and
1 deletions
plugins/ktcore/KTAdminPlugins.php
| ... | ... | @@ -10,7 +10,6 @@ $oPlugin->registerAdminCategory("principals", _("Users and Groups"), _("Control |
| 10 | 10 | $oPlugin->registerAdminCategory("security", _("Security Management"), _("Assign permissions to users and groups, and specify which permissions are required to interact with various parts of the Document Management System.")); |
| 11 | 11 | $oPlugin->registerAdminCategory("storage", _("Document Storage"), _("Manage how and where the actual documents will be stored, work with document archives and deal with other document related problems.")); |
| 12 | 12 | $oPlugin->registerAdminCategory("documents", _("Document Type Configuration"), _("Configure the information that needs to be collected about different kinds of documents.")); |
| 13 | -$oPlugin->registerAdminCategory("collections", _("Collections"), _("Specify how groups of documents are displayed in browse and search mode.")); | |
| 14 | 13 | $oPlugin->registerAdminCategory("misc", _("Miscellaneous"), _("Various settings which do not fit into the other categories, including help, etc.")); |
| 15 | 14 | |
| 16 | 15 | ... | ... |