Commit f73943f07409d32035485f3fdec63417d3c18fd5
1 parent
076390f7
Don't include webPageTemplate.inc and fiddle with sectionName - this
works better when not fiddling. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3980 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
2 changed files
with
0 additions
and
5 deletions
presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/documentFields.php
| ... | ... | @@ -8,9 +8,6 @@ require_once(KT_LIB_DIR . '/documentmanagement/DocumentField.inc'); |
| 8 | 8 | require_once(KT_LIB_DIR . '/metadata/fieldset.inc.php'); |
| 9 | 9 | require_once(KT_LIB_DIR . '/metadata/metadatautil.inc.php'); |
| 10 | 10 | |
| 11 | -$sectionName = "Administration"; | |
| 12 | -require_once(KT_DIR . "/presentation/webpageTemplate.inc"); | |
| 13 | - | |
| 14 | 11 | class KTDocumentFieldDispatcher extends KTStandardDispatcher { |
| 15 | 12 | var $bAutomaticTransaction = true; |
| 16 | 13 | ... | ... |
presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/manageLookupTrees.php
| ... | ... | @@ -6,8 +6,6 @@ require_once(KT_LIB_DIR . "/documentmanagement/DocumentField.inc"); |
| 6 | 6 | require_once(KT_LIB_DIR . "/documentmanagement/MetaData.inc"); |
| 7 | 7 | require_once(KT_LIB_DIR . "/documentmanagement/MDTree.inc"); |
| 8 | 8 | require_once(KT_LIB_DIR . "/dispatcher.inc.php"); |
| 9 | -$sectionName = "Administration"; | |
| 10 | -require_once(KT_DIR . "/presentation/webpageTemplate.inc"); | |
| 11 | 9 | |
| 12 | 10 | class ManageLookupTreeDispatcher extends KTAdminDispatcher { |
| 13 | 11 | function do_main() { | ... | ... |