Commit 2564e363153925dad79f0c503d90feb2d22b566d

Authored by Michael Joseph
1 parent acde3e84

changed case of webPageTemplate include


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1074 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/addgroups.php
... ... @@ -9,7 +9,7 @@ if(checkSession())
9 9 {
10 10  
11 11 // include the page template (with navbar)
12   -require_once("$default->fileSystemRoot/presentation/webPageTemplate.inc");
  12 +require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc");
13 13 // when email button sent..send email
14 14 if ($submit)
15 15 {
... ...
presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupFail.php
... ... @@ -16,7 +16,7 @@ if(checkSession())
16 16 {
17 17  
18 18 // include the page template (with navbar)
19   -require_once("$default->fileSystemRoot/presentation/webPageTemplate.inc");
  19 +require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc");
20 20  
21 21  
22 22 $Center = "<br></br>\n" ;
... ...
presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupSuccess.php
... ... @@ -16,7 +16,7 @@ if(checkSession())
16 16 {
17 17  
18 18 // include the page template (with navbar)
19   -require_once("$default->fileSystemRoot/presentation/webPageTemplate.inc");
  19 +require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc");
20 20  
21 21 $Center = "<br></br>\n" ;
22 22 $Center .= "<TABLE BORDER=\"0\" CELLSPACING=\"2\" CELLPADDING=\"2\">\n";
... ...
presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/removeGroupFail.php
... ... @@ -16,7 +16,7 @@ if(checkSession())
16 16 {
17 17  
18 18 // include the page template (with navbar)
19   -require_once("$default->fileSystemRoot/presentation/webPageTemplate.inc");
  19 +require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc");
20 20  
21 21  
22 22 $Center = "<br></br>\n" ;
... ...
presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/removeGroupSuccess.php
... ... @@ -16,7 +16,7 @@ if(checkSession())
16 16 {
17 17  
18 18 // include the page template (with navbar)
19   -require_once("$default->fileSystemRoot/presentation/webPageTemplate.inc");
  19 +require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc");
20 20  
21 21 $Center = "<br></br>\n" ;
22 22 $Center .= "<TABLE BORDER=\"0\" CELLSPACING=\"2\" CELLPADDING=\"2\">\n";
... ...
presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/addOrgSuccess.php
... ... @@ -16,7 +16,7 @@ if(checkSession())
16 16 {
17 17  
18 18 // include the page template (with navbar)
19   -require_once("$default->fileSystemRoot/presentation/webPageTemplate.inc");
  19 +require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc");
20 20  
21 21 $Center = "<br></br>\n" ;
22 22 $Center .= "<TABLE BORDER=\"0\" CELLSPACING=\"2\" CELLPADDING=\"2\">\n";
... ...
presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/editRoleSuccess.php
... ... @@ -16,7 +16,7 @@ if(checkSession())
16 16 {
17 17  
18 18 // include the page template (with navbar)
19   -require_once("$default->fileSystemRoot/presentation/webPageTemplate.inc");
  19 +require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc");
20 20  
21 21 $Center = "<br></br>\n" ;
22 22 $Center .= "<TABLE BORDER=\"0\" CELLSPACING=\"2\" CELLPADDING=\"2\">\n";
... ...
presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/addUnitSuccess.php
... ... @@ -16,7 +16,7 @@ if(checkSession())
16 16 {
17 17  
18 18 // include the page template (with navbar)
19   -require_once("$default->fileSystemRoot/presentation/webPageTemplate.inc");
  19 +require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc");
20 20  
21 21 $Center = "<br></br>\n" ;
22 22 $Center .= "<TABLE BORDER=\"0\" CELLSPACING=\"2\" CELLPADDING=\"2\">\n";
... ...