Commit daf5a4429fc0bb9d90b247821e414b5d62345c4f
1 parent
1f2a6b6f
HAHA...version 100 is mine
hahahaah added addDocField Success git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1168 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
0 deletions
config/dmsDefaults.php
| @@ -214,6 +214,7 @@ $default->siteMap->addPage("removeDocType", "/presentation/lookAndFeel/knowledge | @@ -214,6 +214,7 @@ $default->siteMap->addPage("removeDocType", "/presentation/lookAndFeel/knowledge | ||
| 214 | 214 | ||
| 215 | //doc field stuff | 215 | //doc field stuff |
| 216 | $default->siteMap->addPage("addDocField", "/presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/addDocFieldBL.php", "documentFieldAdministration", SysAdmin, "Add a Document Field"); | 216 | $default->siteMap->addPage("addDocField", "/presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/addDocFieldBL.php", "documentFieldAdministration", SysAdmin, "Add a Document Field"); |
| 217 | +$default->siteMap->addPage("addDocFieldSuccess", "/presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/addDocFieldSuccess.php", "documentFieldAdministration", SysAdmin, "Add a Document Field", false); | ||
| 217 | $default->siteMap->addPage("editDocField", "/presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/editDocFieldBL.php", "documentFieldAdministration", SysAdmin, "Edit a Document Field"); | 218 | $default->siteMap->addPage("editDocField", "/presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/editDocFieldBL.php", "documentFieldAdministration", SysAdmin, "Edit a Document Field"); |
| 218 | $default->siteMap->addPage("removeDocField", "/presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/removeDocFieldBL.php", "documentFieldAdministration", SysAdmin, "Remove a Document Field"); | 219 | $default->siteMap->addPage("removeDocField", "/presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/removeDocFieldBL.php", "documentFieldAdministration", SysAdmin, "Remove a Document Field"); |
| 219 | /*************************/ | 220 | /*************************/ |