Commit a50f7b0539618ba09875dfc7d738b9b1c1ebbf45

Authored by Conrad Vermeulen
1 parent 47fef5ff

KTS-1520

"Document Storage Verification recategorised and should have a confirmation page"
Fixed. This recategorises the verification function.

Reviewed By: Jalaloedien Abrahams

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6367 c91229c3-7414-0410-bfa2-8a42b809f60b
plugins/ktcore/KTCorePlugin.php
@@ -270,8 +270,8 @@ class KTCorePlugin extends KTPlugin { @@ -270,8 +270,8 @@ class KTCorePlugin extends KTPlugin {
270 $this->registerAdminPage('techsupport', 'KTSupportDispatcher', 'misc', 270 $this->registerAdminPage('techsupport', 'KTSupportDispatcher', 'misc',
271 _kt('Support and System information'), _kt('Information about this system and how to get support.'), 271 _kt('Support and System information'), _kt('Information about this system and how to get support.'),
272 'admin/techsupport.php', null); 272 'admin/techsupport.php', null);
273 - $this->registerAdminPage('cleanup', 'ManageCleanupDispatcher', 'misc',  
274 - _kt('Verify document storage'), _kt('Performs a check to see if the documents in your repositories all are stored on the back-end storage (usually on disk).'), 273 + $this->registerAdminPage('cleanup', 'ManageCleanupDispatcher', 'storage',
  274 + _kt('Verify Document Storage'), _kt('Performs a check to see if the documents in your repositories all are stored on the back-end storage (usually on disk).'),
275 'admin/manageCleanup.php', null); 275 'admin/manageCleanup.php', null);
276 $this->registerAdminPage('views', 'ManageViewDispatcher', 'misc', 276 $this->registerAdminPage('views', 'ManageViewDispatcher', 'misc',
277 _kt('Manage views'), _kt('Allows you to specify the columns that are to be used by a particular view (e.g. Browse documents, Search)'), 277 _kt('Manage views'), _kt('Allows you to specify the columns that are to be used by a particular view (e.g. Browse documents, Search)'),