Commit a8a9c92ce5c362d87e7c332e34ff3f6078535b56

Authored by Michael Joseph
1 parent cf8a2f89

added more section colours


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1378 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 19 additions and 16 deletions
config/dmsDefaults.php
@@ -175,15 +175,16 @@ $default->siteMap->addPage("checkOutDocument", "/presentation/lookAndFeel/knowle @@ -175,15 +175,16 @@ $default->siteMap->addPage("checkOutDocument", "/presentation/lookAndFeel/knowle
175 $default->siteMap->addPage("checkInDocument", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkInDocumentBL.php", "Manage Documents", User, "Check In Document", false); 175 $default->siteMap->addPage("checkInDocument", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkInDocumentBL.php", "Manage Documents", User, "Check In Document", false);
176 176
177 $default->siteMap->addSectionColour("Manage Documents", "td", "BDDFE0"); 177 $default->siteMap->addSectionColour("Manage Documents", "td", "BDDFE0");
  178 +$default->siteMap->addSectionColour("Manage Documents", "th", "57AFAE");
178 179
179 // category management 180 // category management
180 $default->siteMap->addPage("manageCategories", "/presentation/lookAndFeel/knowledgeTree/administration/manageCategoriesBL.php", "Manage Categories", SysAdmin, "Manage Categories"); 181 $default->siteMap->addPage("manageCategories", "/presentation/lookAndFeel/knowledgeTree/administration/manageCategoriesBL.php", "Manage Categories", SysAdmin, "Manage Categories");
181 -  
182 -$default->siteMap->addSectionColour("Manage Categories", "td", "57AFAE"); 182 +$default->siteMap->addSectionColour("Manage Categories", "td", "BDDFE0");
  183 +$default->siteMap->addSectionColour("Manage Categories", "th", "57AFAE");
183 // document type management 184 // document type management
184 $default->siteMap->addPage("manageDocumentTypes", "/presentation/lookAndFeel/knowledgeTree/administration/manageDocumentTypesBL.php?", "Manage Document Types", SysAdmin, "Manage Document Types"); 185 $default->siteMap->addPage("manageDocumentTypes", "/presentation/lookAndFeel/knowledgeTree/administration/manageDocumentTypesBL.php?", "Manage Document Types", SysAdmin, "Manage Document Types");
185 -  
186 -$default->siteMap->addSectionColour("Manage Document Types", "td", "57AFAE"); 186 +$default->siteMap->addSectionColour("Manage Document Types", "td", "BDDFE0");
  187 +$default->siteMap->addSectionColour("Manage Document Types", "th", "57AFAE");
187 188
188 // pages for administration section 189 // pages for administration section
189 $default->siteMap->addDefaultPage("administration", "/presentation/lookAndFeel/knowledgeTree/administration/admin.php", "Administration", UnitAdmin, "Administration"); 190 $default->siteMap->addDefaultPage("administration", "/presentation/lookAndFeel/knowledgeTree/administration/admin.php", "Administration", UnitAdmin, "Administration");
@@ -197,7 +198,7 @@ $default->siteMap->addPage("linkManagement", "/presentation/lookAndFeel/knowledg @@ -197,7 +198,7 @@ $default->siteMap->addPage("linkManagement", "/presentation/lookAndFeel/knowledg
197 $default->siteMap->addPage("websiteManagement", "/presentation/lookAndFeel/knowledgeTree/administration/admin.php?sectionName=websiteAdministration", "Administration", SysAdmin, "Website Management"); 198 $default->siteMap->addPage("websiteManagement", "/presentation/lookAndFeel/knowledgeTree/administration/admin.php?sectionName=websiteAdministration", "Administration", SysAdmin, "Website Management");
198 $default->siteMap->addPage("systemAdministration", "/presentation/lookAndFeel/knowledgeTree/administration/systemsettings/systemSettingsBL.php", "Administration", SysAdmin, "System Settings"); 199 $default->siteMap->addPage("systemAdministration", "/presentation/lookAndFeel/knowledgeTree/administration/systemsettings/systemSettingsBL.php", "Administration", SysAdmin, "System Settings");
199 200
200 -$default->siteMap->addSectionColour("Administration", "td", "056DCE"); 201 +$default->siteMap->addSectionColour("Administration", "th", "056DCE");
201 202
202 // group management 203 // group management
203 $default->siteMap->addPage("addGroup", "/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/addGroupBL.php", "groupAdministration", UnitAdmin, "Add A Group"); 204 $default->siteMap->addPage("addGroup", "/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/addGroupBL.php", "groupAdministration", UnitAdmin, "Add A Group");
@@ -207,7 +208,7 @@ $default->siteMap->addPage("removeGroup", "/presentation/lookAndFeel/knowledgeTr @@ -207,7 +208,7 @@ $default->siteMap->addPage("removeGroup", "/presentation/lookAndFeel/knowledgeTr
207 $default->siteMap->addPage("assignGroupToUnit", "/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/assignGroupToUnitBL.php", "groupAdministration", UnitAdmin, "Assign Group to Unit"); 208 $default->siteMap->addPage("assignGroupToUnit", "/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/assignGroupToUnitBL.php", "groupAdministration", UnitAdmin, "Assign Group to Unit");
208 $default->siteMap->addPage("removeGroupFromUnit", "/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/removeGroupFromUnitBL.php", "groupAdministration", UnitAdmin, "Remove Group From Unit"); 209 $default->siteMap->addPage("removeGroupFromUnit", "/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/removeGroupFromUnitBL.php", "groupAdministration", UnitAdmin, "Remove Group From Unit");
209 210
210 -$default->siteMap->addSectionColour("groupAdministration", "td", "056DCE"); 211 +$default->siteMap->addSectionColour("groupAdministration", "th", "056DCE");
211 212
212 // Unit management 213 // Unit management
213 $default->siteMap->addPage("addUnit", "/presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/addUnitBL.php", "unitAdministration", SysAdmin, "Add A Unit"); 214 $default->siteMap->addPage("addUnit", "/presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/addUnitBL.php", "unitAdministration", SysAdmin, "Add A Unit");
@@ -215,7 +216,7 @@ $default->siteMap->addPage("editUnit", "/presentation/lookAndFeel/knowledgeTree/ @@ -215,7 +216,7 @@ $default->siteMap->addPage("editUnit", "/presentation/lookAndFeel/knowledgeTree/
215 $default->siteMap->addPage("addUnitSuccess", "/presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/addUnitSuccess.php", "unitAdministration", SysAdmin, "Unit added Successfully",false); 216 $default->siteMap->addPage("addUnitSuccess", "/presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/addUnitSuccess.php", "unitAdministration", SysAdmin, "Unit added Successfully",false);
216 $default->siteMap->addPage("removeUnit", "/presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/removeUnitBL.php", "unitAdministration", SysAdmin, "Remove a Unit"); 217 $default->siteMap->addPage("removeUnit", "/presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/removeUnitBL.php", "unitAdministration", SysAdmin, "Remove a Unit");
217 218
218 -$default->siteMap->addSectionColour("unitAdministration", "td", "056DCE"); 219 +$default->siteMap->addSectionColour("unitAdministration", "th", "056DCE");
219 220
220 // Organisation management 221 // Organisation management
221 $default->siteMap->addPage("addOrg", "/presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/addOrgBL.php", "orgAdministration", SysAdmin, "Add An Organisation"); 222 $default->siteMap->addPage("addOrg", "/presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/addOrgBL.php", "orgAdministration", SysAdmin, "Add An Organisation");
@@ -223,7 +224,7 @@ $default->siteMap->addPage("editOrg", "/presentation/lookAndFeel/knowledgeTree/a @@ -223,7 +224,7 @@ $default->siteMap->addPage("editOrg", "/presentation/lookAndFeel/knowledgeTree/a
223 $default->siteMap->addPage("addOrgSuccess", "/presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/addOrgSuccess.php", "orgAdministration", SysAdmin, "Organisation added Successfully",false); 224 $default->siteMap->addPage("addOrgSuccess", "/presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/addOrgSuccess.php", "orgAdministration", SysAdmin, "Organisation added Successfully",false);
224 $default->siteMap->addPage("removeOrg", "/presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/removeOrgBL.php", "orgAdministration", SysAdmin, "Remove an Organisation"); 225 $default->siteMap->addPage("removeOrg", "/presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/removeOrgBL.php", "orgAdministration", SysAdmin, "Remove an Organisation");
225 226
226 -$default->siteMap->addSectionColour("orgAdministration", "td", "056DCE"); 227 +$default->siteMap->addSectionColour("orgAdministration", "th", "056DCE");
227 228
228 // user management 229 // user management
229 $default->siteMap->addPage("addUser", "/presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserBL.php", "userAdministration", SysAdmin, "Add User to System"); 230 $default->siteMap->addPage("addUser", "/presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserBL.php", "userAdministration", SysAdmin, "Add User to System");
@@ -233,7 +234,7 @@ $default->siteMap->addPage("removeUser", "/presentation/lookAndFeel/knowledgeTre @@ -233,7 +234,7 @@ $default->siteMap->addPage("removeUser", "/presentation/lookAndFeel/knowledgeTre
233 $default->siteMap->addPage("addUserToGroup", "/presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserToGroupBL.php", "userAdministration", UnitAdmin, "Add User to Group"); 234 $default->siteMap->addPage("addUserToGroup", "/presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserToGroupBL.php", "userAdministration", UnitAdmin, "Add User to Group");
234 $default->siteMap->addPage("removeUserFromGroup", "/presentation/lookAndFeel/knowledgeTree/administration/usermanagement/removeUserFromGroupBL.php", "userAdministration", UnitAdmin, "Remove User From Group"); 235 $default->siteMap->addPage("removeUserFromGroup", "/presentation/lookAndFeel/knowledgeTree/administration/usermanagement/removeUserFromGroupBL.php", "userAdministration", UnitAdmin, "Remove User From Group");
235 236
236 -$default->siteMap->addSectionColour("userAdministration", "td", "056DCE"); 237 +$default->siteMap->addSectionColour("userAdministration", "th", "056DCE");
237 238
238 //document type management 239 //document type management
239 $default->siteMap->addPage("doctype", "/presentation/lookAndFeel/knowledgeTree/administration/admin.php?sectionName=documentTypeAdministration", "doctypeAdministration", SysAdmin, "Document Type Management"); 240 $default->siteMap->addPage("doctype", "/presentation/lookAndFeel/knowledgeTree/administration/admin.php?sectionName=documentTypeAdministration", "doctypeAdministration", SysAdmin, "Document Type Management");
@@ -248,7 +249,7 @@ $default->siteMap->addPage("addDocTypeSuccess", "/presentation/lookAndFeel/knowl @@ -248,7 +249,7 @@ $default->siteMap->addPage("addDocTypeSuccess", "/presentation/lookAndFeel/knowl
248 $default->siteMap->addPage("editDocType", "/presentation/lookAndFeel/knowledgeTree/administration/doctypemanagement/editDocTypeBL.php", "documentTypeAdministration", SysAdmin, "Edit a Document Type"); 249 $default->siteMap->addPage("editDocType", "/presentation/lookAndFeel/knowledgeTree/administration/doctypemanagement/editDocTypeBL.php", "documentTypeAdministration", SysAdmin, "Edit a Document Type");
249 $default->siteMap->addPage("removeDocType", "/presentation/lookAndFeel/knowledgeTree/administration/doctypemanagement/removeDocTypeBL.php", "documentTypeAdministration", SysAdmin, "Remove a Document Type"); 250 $default->siteMap->addPage("removeDocType", "/presentation/lookAndFeel/knowledgeTree/administration/doctypemanagement/removeDocTypeBL.php", "documentTypeAdministration", SysAdmin, "Remove a Document Type");
250 251
251 -$default->siteMap->addSectionColour("doctypeAdministration", "td", "056DCE"); 252 +$default->siteMap->addSectionColour("doctypeAdministration", "th", "056DCE");
252 253
253 // doc field stuff 254 // doc field stuff
254 $default->siteMap->addPage("addDocField", "/presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/addDocFieldBL.php", "documentFieldAdministration", SysAdmin, "Add a Document Field"); 255 $default->siteMap->addPage("addDocField", "/presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/addDocFieldBL.php", "documentFieldAdministration", SysAdmin, "Add a Document Field");
@@ -267,7 +268,7 @@ $default->siteMap->addPage("editRole", "/presentation/lookAndFeel/knowledgeTree/ @@ -267,7 +268,7 @@ $default->siteMap->addPage("editRole", "/presentation/lookAndFeel/knowledgeTree/
267 $default->siteMap->addPage("editRoleSuccess", "/presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/editRoleSuccess.php", "roleAdministration", SysAdmin, "Edit Role Properties", false); 268 $default->siteMap->addPage("editRoleSuccess", "/presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/editRoleSuccess.php", "roleAdministration", SysAdmin, "Edit Role Properties", false);
268 $default->siteMap->addPage("removeRole", "/presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/removeRoleBL.php", "roleAdministration", SysAdmin, "Remove a Role"); 269 $default->siteMap->addPage("removeRole", "/presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/removeRoleBL.php", "roleAdministration", SysAdmin, "Remove a Role");
269 270
270 -$default->siteMap->addSectionColour("roleAdministration", "td", "056DCE"); 271 +$default->siteMap->addSectionColour("roleAdministration", "th", "056DCE");
271 272
272 // link management 273 // link management
273 $default->siteMap->addPage("addLink", "/presentation/lookAndFeel/knowledgeTree/administration/linkmanagement/addLinkBL.php", "linkAdministration", SysAdmin, "Add A Link"); 274 $default->siteMap->addPage("addLink", "/presentation/lookAndFeel/knowledgeTree/administration/linkmanagement/addLinkBL.php", "linkAdministration", SysAdmin, "Add A Link");
@@ -276,7 +277,7 @@ $default->siteMap->addPage("editLink", "/presentation/lookAndFeel/knowledgeTree/ @@ -276,7 +277,7 @@ $default->siteMap->addPage("editLink", "/presentation/lookAndFeel/knowledgeTree/
276 $default->siteMap->addPage("removeLink", "/presentation/lookAndFeel/knowledgeTree/administration/linkmanagement/removeLinkBL.php", "linkAdministration", SysAdmin, "Remove a Link"); 277 $default->siteMap->addPage("removeLink", "/presentation/lookAndFeel/knowledgeTree/administration/linkmanagement/removeLinkBL.php", "linkAdministration", SysAdmin, "Remove a Link");
277 278
278 279
279 -$default->siteMap->addSectionColour("linkAdministration", "td", "056DCE"); 280 +$default->siteMap->addSectionColour("linkAdministration", "th", "056DCE");
280 281
281 282
282 //website management 283 //website management
@@ -289,20 +290,22 @@ $default->siteMap->addPage("removeWebSite", "/presentation/lookAndFeel/knowledge @@ -289,20 +290,22 @@ $default->siteMap->addPage("removeWebSite", "/presentation/lookAndFeel/knowledge
289 $default->siteMap->addDefaultPage("manageSubscriptions", "/presentation/lookAndFeel/knowledgeTree/subscriptions/manageSubscriptionsBL.php", "Subscriptions", User, "Manage Subscriptions"); 290 $default->siteMap->addDefaultPage("manageSubscriptions", "/presentation/lookAndFeel/knowledgeTree/subscriptions/manageSubscriptionsBL.php", "Subscriptions", User, "Manage Subscriptions");
290 $default->siteMap->addPage("viewAlert", "/presentation/lookAndFeel/knowledgeTree/subscriptions/viewAlertBL.php", "Subscriptions", User, "Subscriptions", false); 291 $default->siteMap->addPage("viewAlert", "/presentation/lookAndFeel/knowledgeTree/subscriptions/viewAlertBL.php", "Subscriptions", User, "Subscriptions", false);
291 292
292 -$default->siteMap->addSectionColour("manageSubscriptions", "td", "FFC602"); 293 +$default->siteMap->addSectionColour("Subscriptions", "th", "FFC602");
293 294
294 // pages for advanced search section 295 // pages for advanced search section
295 $default->siteMap->addDefaultPage("advancedSearch", "/presentation/lookAndFeel/knowledgeTree/search/advancedSearchBL.php", "Advanced Search", Guest, "Advanced Search", true); 296 $default->siteMap->addDefaultPage("advancedSearch", "/presentation/lookAndFeel/knowledgeTree/search/advancedSearchBL.php", "Advanced Search", Guest, "Advanced Search", true);
296 $default->siteMap->addPage("standardSearch", "/presentation/lookAndFeel/knowledgeTree/search/standardSearchBL.php", "Standard Search", Guest, "Standard Search", false); 297 $default->siteMap->addPage("standardSearch", "/presentation/lookAndFeel/knowledgeTree/search/standardSearchBL.php", "Standard Search", Guest, "Standard Search", false);
297 298
298 -$default->siteMap->addSectionColour("Advanced Search", "td", "A1571B");  
299 -$default->siteMap->addSectionColour("Standard Search", "td", "A1571B"); 299 +$default->siteMap->addSectionColour("Advanced Search", "th", "A1571B");
  300 +$default->siteMap->addSectionColour("Standard Search", "th", "A1571B");
300 301
301 // pages for prefs section 302 // pages for prefs section
302 303
303 $default->siteMap->addDefaultPage("preferences", "/presentation/lookAndFeel/knowledgeTree/preferences/editUserPrefsBL.php", "Preferences", User, "Preferences"); 304 $default->siteMap->addDefaultPage("preferences", "/presentation/lookAndFeel/knowledgeTree/preferences/editUserPrefsBL.php", "Preferences", User, "Preferences");
304 $default->siteMap->addDefaultPage("editPrefsSuccess", "/presentation/lookAndFeel/knowledgeTree/preferences/editPrefsSuccess.php", "Preferences", User, "Preferences",false); 305 $default->siteMap->addDefaultPage("editPrefsSuccess", "/presentation/lookAndFeel/knowledgeTree/preferences/editPrefsSuccess.php", "Preferences", User, "Preferences",false);
305 -$default->siteMap->addSectionColour("Preferences", "td", "F87308"); 306 +$default->siteMap->addSectionColour("Preferences", "th", "F87308");
  307 +$default->siteMap->addSectionColour("Preferences", "td", "FEE3CE");
  308 +
306 // pages for Help section 309 // pages for Help section
307 $default->siteMap->addDefaultPage("help", "/presentation/lookAndFeel/knowledgeTree/help.php", "Help", Guest, "Help"); 310 $default->siteMap->addDefaultPage("help", "/presentation/lookAndFeel/knowledgeTree/help.php", "Help", Guest, "Help");
308 311