Commit 050b59c92cffabc3d33d3fdbfc65ca81434f70c0
1 parent
0332fc28
added check in / check out pages and tidied
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1153 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
14 additions
and
20 deletions
config/dmsDefaults.php
| ... | ... | @@ -149,6 +149,10 @@ $default->siteMap->addPage("modifyFolderCollaboration", "/presentation/lookAndFe |
| 149 | 149 | $default->siteMap->addPage("addFolderCollaboration", "/presentation/lookAndFeel/knowledgeTree/foldermanagement/addFolderCollaborationBL.php", "Manage Documents", User, "", false); |
| 150 | 150 | $default->siteMap->addPage("deleteFolderCollaboration", "/presentation/lookAndFeel/knowledgeTree/foldermanagement/deleteFolderCollaborationBL.php", "Manage Documents", User, "", false); |
| 151 | 151 | |
| 152 | +// check in / check out | |
| 153 | +$default->siteMap->addPage("checkOutDocument", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkOutDocumentBL.php", "Manage Documents", User, "Check Out Document", false); | |
| 154 | +$default->siteMap->addPage("checkInDocument", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkInDocumentBL.php", "Manage Documents", User, "Check In Document", false); | |
| 155 | + | |
| 152 | 156 | // category management |
| 153 | 157 | $default->siteMap->addPage("manageCategories", "/presentation/lookAndFeel/knowledgeTree/administration/manageCategoriesBL.php", "Manage Categories", SysAdmin, "Manage Categories"); |
| 154 | 158 | // document type management |
| ... | ... | @@ -165,9 +169,7 @@ $default->siteMap->addPage("roleManagement", "/presentation/lookAndFeel/knowledg |
| 165 | 169 | $default->siteMap->addPage("linkManagement", "/presentation/lookAndFeel/knowledgeTree/administration/admin.php?sectionName=linkAdministration", "Administration", SysAdmin, "QuickLink Management"); |
| 166 | 170 | $default->siteMap->addPage("systemAdministration", "/presentation/lookAndFeel/knowledgeTree/administration/systemsettings/systemSettingsBL.php", "Administration", SysAdmin, "System Settings"); |
| 167 | 171 | |
| 168 | -/////////// pages for administration section | |
| 169 | -//$default->siteMap->addDefaultPage("unitadministration", "/presentation/unitadmin.php", "UnitAdministration", UnitAdmin, "groAdministration"); | |
| 170 | -//group management | |
| 172 | +// group management | |
| 171 | 173 | $default->siteMap->addPage("addGroup", "/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/addGroupBL.php", "groupAdministration", UnitAdmin, "Add A Group"); |
| 172 | 174 | $default->siteMap->addPage("editGroup", "/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupBL.php", "groupAdministration", UnitAdmin, "Edit Group Properties"); |
| 173 | 175 | $default->siteMap->addPage("editGroupSuccess", "/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupSuccess.php", "groupAdministration", UnitAdmin, "Updated Group Successfully",false); |
| ... | ... | @@ -175,56 +177,49 @@ $default->siteMap->addPage("removeGroup", "/presentation/lookAndFeel/knowledgeTr |
| 175 | 177 | $default->siteMap->addPage("assignGroupToUnit", "/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/assignGroupToUnitBL.php", "groupAdministration", UnitAdmin, "Assign Group to Unit"); |
| 176 | 178 | $default->siteMap->addPage("removeGroupFromUnit", "/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/removeGroupFromUnitBL.php", "groupAdministration", UnitAdmin, "Remove Group From Unit"); |
| 177 | 179 | |
| 178 | -//Unit management | |
| 180 | +// Unit management | |
| 179 | 181 | $default->siteMap->addPage("addUnit", "/presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/addUnitBL.php", "unitAdministration", SysAdmin, "Add A Unit"); |
| 180 | 182 | $default->siteMap->addPage("editUnit", "/presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/editUnitBL.php", "unitAdministration", SysAdmin, "Edit Unit Properties"); |
| 181 | 183 | $default->siteMap->addPage("addUnitSuccess", "/presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/addUnitSuccess.php", "unitAdministration", SysAdmin, "Unit added Successfully",false); |
| 182 | 184 | $default->siteMap->addPage("removeUnit", "/presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/removeUnitBL.php", "unitAdministration", SysAdmin, "Remove a Unit"); |
| 183 | -//$default->siteMap->addPage("assignGroupToUnit", "/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/assignGroupToUnitBL.php", "groupAdministration", UnitAdmin, "Assign Group to Unit"); | |
| 184 | -//$default->siteMap->addPage("removeGroupFromUnit", "/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/removeGroupFromUnitBL.php", "groupAdministration", UnitAdmin, "Remove Group From Unit"); | |
| 185 | 185 | |
| 186 | -//Organisation management | |
| 186 | +// Organisation management | |
| 187 | 187 | $default->siteMap->addPage("addOrg", "/presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/addOrgBL.php", "orgAdministration", SysAdmin, "Add An Organisation"); |
| 188 | 188 | $default->siteMap->addPage("editOrg", "/presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/editOrgBL.php", "orgAdministration", SysAdmin, "Edit Organisation Properties"); |
| 189 | 189 | $default->siteMap->addPage("addOrgSuccess", "/presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/addOrgSuccess.php", "orgAdministration", SysAdmin, "Organisation added Successfully",false); |
| 190 | 190 | $default->siteMap->addPage("removeOrg", "/presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/removeOrgBL.php", "orgAdministration", SysAdmin, "Remove an Organisation"); |
| 191 | 191 | |
| 192 | -//user management | |
| 192 | +// user management | |
| 193 | 193 | $default->siteMap->addPage("addUser", "/tests/groups/adduser.php", "UserAdministration", UnitAdmin, "Add User to System"); |
| 194 | 194 | $default->siteMap->addPage("editUser", "/tests/groups/adduser.php", "UserAdministration", UnitAdmin, "Edit User Properties"); |
| 195 | 195 | $default->siteMap->addPage("removeUser", "/tests/groups/adduser.php", "UserAdministration", UnitAdmin, "Remove User from System"); |
| 196 | 196 | $default->siteMap->addPage("addUsersToGroup", "/tests/groups/adduser.php", "UserAdministration", UnitAdmin, "Add User to A Group"); |
| 197 | 197 | |
| 198 | -/************document type management*/ | |
| 198 | +//document type management | |
| 199 | 199 | $default->siteMap->addPage("doctype", "/presentation/lookAndFeel/knowledgeTree/administration/admin.php?sectionName=documentTypeAdministration", "doctypeAdministration", SysAdmin, "Document Type Management"); |
| 200 | 200 | $default->siteMap->addPage("docfield", "/presentation/lookAndFeel/knowledgeTree/administration/admin.php?sectionName=documentFieldAdministration", "doctypeAdministration", SysAdmin, "Document Field Management"); |
| 201 | 201 | |
| 202 | -//document type stuff | |
| 202 | +// document type stuff | |
| 203 | 203 | $default->siteMap->addPage("addDocType", "/presentation/lookAndFeel/knowledgeTree/administration/doctypemanagement/addDocTypeBL.php", "documentTypeAdministration", SysAdmin, "Add a Document Type"); |
| 204 | 204 | $default->siteMap->addPage("addDocTypeSuccess", "/presentation/lookAndFeel/knowledgeTree/administration/doctypemanagement/addDocTypeSuccess.php", "documentTypeAdministration", SysAdmin, "Add a Document Type success", False); |
| 205 | 205 | $default->siteMap->addPage("editDocType", "/presentation/lookAndFeel/knowledgeTree/administration/doctypemanagement/editDocTypeBL.php", "documentTypeAdministration", SysAdmin, "Edit a Document Type"); |
| 206 | 206 | $default->siteMap->addPage("removeDocType", "/presentation/lookAndFeel/knowledgeTree/administration/doctypemanagement/removeDocTypeBL.php", "documentTypeAdministration", SysAdmin, "Remove a Document Type"); |
| 207 | -//doc field stuff | |
| 207 | +// doc field stuff | |
| 208 | 208 | $default->siteMap->addPage("addDocField", "/presentation/lookAndFeel/knowledgeTree/administration/admin.php", "documentFieldAdministration", SysAdmin, "Add a Document Field"); |
| 209 | 209 | |
| 210 | -/*************************/ | |
| 211 | - | |
| 212 | -//rolemanagement | |
| 210 | +// rolemanagement | |
| 213 | 211 | $default->siteMap->addPage("addRole", "/presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/addRoleBL.php", "roleAdministration", SysAdmin, "Add New Role"); |
| 214 | 212 | $default->siteMap->addPage("editRole", "/presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/editRoleBL.php", "roleAdministration", SysAdmin, "Edit Role Properties"); |
| 215 | 213 | $default->siteMap->addPage("editRoleSuccess", "/presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/editRoleSuccess.php", "roleAdministration", SysAdmin, "Edit Role Properties", false); |
| 216 | 214 | $default->siteMap->addPage("removeRole", "/presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/removeRoleBL.php", "roleAdministration", SysAdmin, "Remove a Role"); |
| 217 | 215 | |
| 218 | - | |
| 219 | - | |
| 220 | - | |
| 221 | -//link management | |
| 216 | +// link management | |
| 222 | 217 | $default->siteMap->addPage("addLink", "/presentation/lookAndFeel/knowledgeTree/administration/linkmanagement/addLinkBL.php", "linkAdministration", SysAdmin, "Add A Link"); |
| 223 | 218 | $default->siteMap->addPage("addLinkSuccess", "/presentation/lookAndFeel/knowledgeTree/administration/linkmanagement/addLinkSuccess.php", "linkAdministration", SysAdmin, "Add A Link Success ",false); |
| 224 | 219 | $default->siteMap->addPage("editLink", "/presentation/lookAndFeel/knowledgeTree/administration/linkmanagement/editLinkBL.php", "linkAdministration", SysAdmin, "Edit Link Properties"); |
| 225 | 220 | $default->siteMap->addPage("removeLink", "/presentation/lookAndFeel/knowledgeTree/administration/linkmanagement/removeLinkBL.php", "linkAdministration", SysAdmin, "Remove a Link"); |
| 226 | 221 | |
| 227 | -/////// pages for subscriptions section | |
| 222 | +// pages for subscriptions section | |
| 228 | 223 | $default->siteMap->addDefaultPage("subscriptions", "/subscriptions.php", "Subscriptions", Guest, "SubScriptions"); |
| 229 | 224 | $default->siteMap->addPage("viewAlert", "/presentation/lookAndFeel/knowledgeTree/subscriptions/viewAlertBL.php", "Subscriptions", User, "Subscriptions", false); |
| 230 | 225 | |
| ... | ... | @@ -233,7 +228,6 @@ $default->siteMap->addDefaultPage("advancedSearch", "/search.php", "Advanced Sea |
| 233 | 228 | $default->siteMap->addDefaultPage("standardSearch", "/presentation/lookAndFeel/knowledgeTree/search/standardSearchBL.php", "Standard Search", Guest, "Standard Search", false); |
| 234 | 229 | |
| 235 | 230 | // pages for prefs section |
| 236 | -//$default->siteMap->addDefaultPage("preferences", "/presentation/lookAndFeel/knowledgeTree/Help/emailHelp.php", "Preferences", User, "Preferences",false); | |
| 237 | 231 | $default->siteMap->addPage("viewPreferences", "/preferences.php", "Preferences", User, "View Preferences", false); |
| 238 | 232 | $default->siteMap->addPage("editPreferences", "/preferences.php", "Preferences", User, "Edit Preferences", false); |
| 239 | 233 | ... | ... |