Commit 1120b3beeb02939779b01e05527b9c6ca711c145
1 parent
6951679b
added section colours
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1580 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
18 additions
and
3 deletions
config/dmsDefaults.php
| ... | ... | @@ -201,6 +201,7 @@ $default->siteMap->addPage("websiteManagement", "/presentation/lookAndFeel/knowl |
| 201 | 201 | $default->siteMap->addPage("systemAdministration", "/presentation/lookAndFeel/knowledgeTree/administration/systemsettings/systemSettingsBL.php", "Administration", SysAdmin, "System Settings"); |
| 202 | 202 | |
| 203 | 203 | $default->siteMap->addSectionColour("Administration", "th", "056DCE"); |
| 204 | +$default->siteMap->addSectionColour("Administration", "td", "6699CC"); | |
| 204 | 205 | |
| 205 | 206 | // group management |
| 206 | 207 | $default->siteMap->addPage("addGroup", "/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/addGroupBL.php", "groupAdministration", UnitAdmin, "Add A Group"); |
| ... | ... | @@ -211,6 +212,7 @@ $default->siteMap->addPage("assignGroupToUnit", "/presentation/lookAndFeel/knowl |
| 211 | 212 | $default->siteMap->addPage("removeGroupFromUnit", "/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/removeGroupFromUnitBL.php", "groupAdministration", UnitAdmin, "Remove Group From Unit"); |
| 212 | 213 | |
| 213 | 214 | $default->siteMap->addSectionColour("groupAdministration", "th", "056DCE"); |
| 215 | +$default->siteMap->addSectionColour("groupAdministration", "td", "6699CC"); | |
| 214 | 216 | |
| 215 | 217 | // Unit management |
| 216 | 218 | $default->siteMap->addPage("addUnit", "/presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/addUnitBL.php", "unitAdministration", SysAdmin, "Add A Unit"); |
| ... | ... | @@ -219,6 +221,7 @@ $default->siteMap->addPage("addUnitSuccess", "/presentation/lookAndFeel/knowledg |
| 219 | 221 | $default->siteMap->addPage("removeUnit", "/presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/removeUnitBL.php", "unitAdministration", SysAdmin, "Remove a Unit"); |
| 220 | 222 | |
| 221 | 223 | $default->siteMap->addSectionColour("unitAdministration", "th", "056DCE"); |
| 224 | +$default->siteMap->addSectionColour("unitAdministration", "td", "6699CC"); | |
| 222 | 225 | |
| 223 | 226 | // Organisation management |
| 224 | 227 | $default->siteMap->addPage("addOrg", "/presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/addOrgBL.php", "orgAdministration", SysAdmin, "Add An Organisation"); |
| ... | ... | @@ -227,6 +230,7 @@ $default->siteMap->addPage("addOrgSuccess", "/presentation/lookAndFeel/knowledge |
| 227 | 230 | $default->siteMap->addPage("removeOrg", "/presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/removeOrgBL.php", "orgAdministration", SysAdmin, "Remove an Organisation"); |
| 228 | 231 | |
| 229 | 232 | $default->siteMap->addSectionColour("orgAdministration", "th", "056DCE"); |
| 233 | +$default->siteMap->addSectionColour("orgAdministration", "td", "6699CC"); | |
| 230 | 234 | |
| 231 | 235 | // user management |
| 232 | 236 | $default->siteMap->addPage("addUser", "/presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserBL.php", "userAdministration", SysAdmin, "Add User to System"); |
| ... | ... | @@ -237,12 +241,11 @@ $default->siteMap->addPage("addUserToGroup", "/presentation/lookAndFeel/knowledg |
| 237 | 241 | $default->siteMap->addPage("removeUserFromGroup", "/presentation/lookAndFeel/knowledgeTree/administration/usermanagement/removeUserFromGroupBL.php", "userAdministration", UnitAdmin, "Remove User From Group"); |
| 238 | 242 | |
| 239 | 243 | $default->siteMap->addSectionColour("userAdministration", "th", "056DCE"); |
| 244 | +$default->siteMap->addSectionColour("userAdministration", "td", "6699CC"); | |
| 240 | 245 | |
| 241 | 246 | //document type management |
| 242 | 247 | $default->siteMap->addPage("doctype", "/presentation/lookAndFeel/knowledgeTree/administration/admin.php?sectionName=documentTypeAdministration", "doctypeAdministration", SysAdmin, "Document Type Management"); |
| 243 | 248 | $default->siteMap->addPage("docfield", "/presentation/lookAndFeel/knowledgeTree/administration/admin.php?sectionName=documentFieldAdministration", "doctypeAdministration", SysAdmin, "Document Field Management"); |
| 244 | - | |
| 245 | - | |
| 246 | 249 | // document type stuff |
| 247 | 250 | $default->siteMap->addPage("addDocType", "/presentation/lookAndFeel/knowledgeTree/administration/doctypemanagement/addDocTypeBL.php", "documentTypeAdministration", SysAdmin, "Add a Document Type"); |
| 248 | 251 | $default->siteMap->addPage("addDocTypeSuccess", "/presentation/lookAndFeel/knowledgeTree/administration/doctypemanagement/addDocTypeSuccess.php", "documentTypeAdministration", SysAdmin, "Add a Document Type success", False); |
| ... | ... | @@ -250,6 +253,7 @@ $default->siteMap->addPage("editDocType", "/presentation/lookAndFeel/knowledgeTr |
| 250 | 253 | $default->siteMap->addPage("removeDocType", "/presentation/lookAndFeel/knowledgeTree/administration/doctypemanagement/removeDocTypeBL.php", "documentTypeAdministration", SysAdmin, "Remove a Document Type"); |
| 251 | 254 | |
| 252 | 255 | $default->siteMap->addSectionColour("doctypeAdministration", "th", "056DCE"); |
| 256 | +$default->siteMap->addSectionColour("doctypeAdministration", "td", "6699CC"); | |
| 253 | 257 | |
| 254 | 258 | // doc field stuff |
| 255 | 259 | $default->siteMap->addPage("addDocField", "/presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/addDocFieldBL.php", "documentFieldAdministration", SysAdmin, "Add a Document Field"); |
| ... | ... | @@ -258,10 +262,16 @@ $default->siteMap->addPage("editDocField", "/presentation/lookAndFeel/knowledgeT |
| 258 | 262 | $default->siteMap->addPage("removeDocField", "/presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/removeDocFieldBL.php", "documentFieldAdministration", SysAdmin, "Remove a Document Field"); |
| 259 | 263 | $default->siteMap->addPage("metadata", "/presentation/lookAndFeel/knowledgeTree/administration/admin.php?sectionName=metaDataAdministration", "documentFieldAdministration", SysAdmin, "Document Field Lookup Management"); |
| 260 | 264 | |
| 265 | +$default->siteMap->addSectionColour("documentFieldAdministration", "td", "6699CC"); | |
| 266 | + | |
| 261 | 267 | //metadata |
| 262 | 268 | $default->siteMap->addPage("addMetaData", "/presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/metadatamanagement/addMetaDataBL.php", "metaDataAdministration", SysAdmin, "Add Document Field Lookups"); |
| 263 | 269 | $default->siteMap->addPage("editMetaData", "/presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/metadatamanagement/editMetaDataBL.php", "metaDataAdministration", SysAdmin, "Edit Document Field Lookups"); |
| 264 | 270 | $default->siteMap->addPage("removeMetaData", "/presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/metadatamanagement/removeMetaDataBL.php", "metaDataAdministration", SysAdmin, "Remove Document Field Lookups"); |
| 271 | + | |
| 272 | +$default->siteMap->addSectionColour("metaDataAdministration", "th", "056DCE"); | |
| 273 | +$default->siteMap->addSectionColour("metaDataAdministration", "td", "6699CC"); | |
| 274 | + | |
| 265 | 275 | // rolemanagement |
| 266 | 276 | $default->siteMap->addPage("addRole", "/presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/addRoleBL.php", "roleAdministration", SysAdmin, "Add New Role"); |
| 267 | 277 | $default->siteMap->addPage("editRole", "/presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/editRoleBL.php", "roleAdministration", SysAdmin, "Edit Role Properties"); |
| ... | ... | @@ -269,6 +279,7 @@ $default->siteMap->addPage("editRoleSuccess", "/presentation/lookAndFeel/knowled |
| 269 | 279 | $default->siteMap->addPage("removeRole", "/presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/removeRoleBL.php", "roleAdministration", SysAdmin, "Remove a Role"); |
| 270 | 280 | |
| 271 | 281 | $default->siteMap->addSectionColour("roleAdministration", "th", "056DCE"); |
| 282 | +$default->siteMap->addSectionColour("roleAdministration", "td", "6699CC"); | |
| 272 | 283 | |
| 273 | 284 | // link management |
| 274 | 285 | $default->siteMap->addPage("addLink", "/presentation/lookAndFeel/knowledgeTree/administration/linkmanagement/addLinkBL.php", "linkAdministration", SysAdmin, "Add A Link"); |
| ... | ... | @@ -276,8 +287,8 @@ $default->siteMap->addPage("addLinkSuccess", "/presentation/lookAndFeel/knowledg |
| 276 | 287 | $default->siteMap->addPage("editLink", "/presentation/lookAndFeel/knowledgeTree/administration/linkmanagement/editLinkBL.php", "linkAdministration", SysAdmin, "Edit Link Properties"); |
| 277 | 288 | $default->siteMap->addPage("removeLink", "/presentation/lookAndFeel/knowledgeTree/administration/linkmanagement/removeLinkBL.php", "linkAdministration", SysAdmin, "Remove a Link"); |
| 278 | 289 | |
| 279 | - | |
| 280 | 290 | $default->siteMap->addSectionColour("linkAdministration", "th", "056DCE"); |
| 291 | +$default->siteMap->addSectionColour("linkAdministration", "td", "6699CC"); | |
| 281 | 292 | |
| 282 | 293 | |
| 283 | 294 | //website management |
| ... | ... | @@ -286,12 +297,16 @@ $default->siteMap->addPage("addWebsiteSuccess", "/presentation/lookAndFeel/knowl |
| 286 | 297 | $default->siteMap->addPage("editWebSite", "/presentation/lookAndFeel/knowledgeTree/administration/websitemanagement/editWebsiteBL.php", "websiteAdministration", SysAdmin, "Edit Website"); |
| 287 | 298 | $default->siteMap->addPage("removeWebSite", "/presentation/lookAndFeel/knowledgeTree/administration/websitemanagement/removeWebsiteBL.php", "websiteAdministration", SysAdmin, "Remove a Website"); |
| 288 | 299 | |
| 300 | +$default->siteMap->addSectionColour("websiteAdministration", "th", "056DCE"); | |
| 301 | +$default->siteMap->addSectionColour("websiteAdministration", "td", "6699CC"); | |
| 302 | + | |
| 289 | 303 | // pages for subscriptions section |
| 290 | 304 | $default->siteMap->addDefaultPage("manageSubscriptions", "/presentation/lookAndFeel/knowledgeTree/subscriptions/manageSubscriptionsBL.php", "Subscriptions", User, "Manage Subscriptions"); |
| 291 | 305 | $default->siteMap->addPage("viewAlert", "/presentation/lookAndFeel/knowledgeTree/subscriptions/viewAlertBL.php", "Subscriptions", User, "Subscriptions", false); |
| 292 | 306 | |
| 293 | 307 | $default->siteMap->addSectionColour("Subscriptions", "th", "FFC602"); |
| 294 | 308 | |
| 309 | + | |
| 295 | 310 | // pages for advanced search section |
| 296 | 311 | $default->siteMap->addDefaultPage("advancedSearch", "/presentation/lookAndFeel/knowledgeTree/search/advancedSearchBL.php", "Advanced Search", Guest, "Advanced Search", true); |
| 297 | 312 | $default->siteMap->addPage("standardSearch", "/presentation/lookAndFeel/knowledgeTree/search/standardSearchBL.php", "Standard Search", Guest, "Standard Search", false); | ... | ... |