Commit 9c1bae45a4c5329f5f52bea2f6d7449b32fafd7a
1 parent
e3970ead
Solved Issue 2526 (Cant find file error message when adding or removing groups)
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2140 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
3 changed files
with
3 additions
and
3 deletions
presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupSuccess.php
| @@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
| 9 | */ | 9 | */ |
| 10 | 10 | ||
| 11 | require_once("../../../../../config/dmsDefaults.php"); | 11 | require_once("../../../../../config/dmsDefaults.php"); |
| 12 | -require_once("../adminUI.inc"); | 12 | +//require_once("../adminUI.inc"); |
| 13 | require_once("$default->fileSystemRoot/presentation/Html.inc"); | 13 | require_once("$default->fileSystemRoot/presentation/Html.inc"); |
| 14 | 14 | ||
| 15 | global $default; | 15 | global $default; |
presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupUI.inc
| @@ -56,7 +56,7 @@ function getAddFailPage() { | @@ -56,7 +56,7 @@ function getAddFailPage() { | ||
| 56 | $sToRender .= "<tr>\n"; | 56 | $sToRender .= "<tr>\n"; |
| 57 | $sToRender .= "</tr>\n"; | 57 | $sToRender .= "</tr>\n"; |
| 58 | $sToRender .= "<tr>\n"; | 58 | $sToRender .= "<tr>\n"; |
| 59 | - $sToRender .= "<td align = right><a href=\"$default->rootUrl/control.php?action=addGroup\"><img src =\"$default->graphicsUrl/widgets/back.gif\" border = \"0\" /></a></td>\n"; | 59 | + $sToRender .= "<td align = right><a href=\"$default->rootUrl/control.php?action=listGroups\"><img src =\"$default->graphicsUrl/widgets/back.gif\" border = \"0\" /></a></td>\n"; |
| 60 | $sToRender .= "</tr>\n"; | 60 | $sToRender .= "</tr>\n"; |
| 61 | $sToRender .= "</table>\n"; | 61 | $sToRender .= "</table>\n"; |
| 62 | 62 |
presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/removeGroupBL.php
| @@ -13,7 +13,7 @@ if (checkSession()) { | @@ -13,7 +13,7 @@ if (checkSession()) { | ||
| 13 | require_once("$default->fileSystemRoot/lib/visualpatterns/PatternListBox.inc"); | 13 | require_once("$default->fileSystemRoot/lib/visualpatterns/PatternListBox.inc"); |
| 14 | require_once("$default->fileSystemRoot/lib/visualpatterns/PatternEditableListFromQuery.inc"); | 14 | require_once("$default->fileSystemRoot/lib/visualpatterns/PatternEditableListFromQuery.inc"); |
| 15 | require_once("removeGroupUI.inc"); | 15 | require_once("removeGroupUI.inc"); |
| 16 | - require_once("../adminUI.inc"); | 16 | + //require_once("../adminUI.inc"); |
| 17 | require_once("$default->fileSystemRoot/lib/security/permission.inc"); | 17 | require_once("$default->fileSystemRoot/lib/security/permission.inc"); |
| 18 | require_once("$default->fileSystemRoot/lib/groups/Group.inc"); | 18 | require_once("$default->fileSystemRoot/lib/groups/Group.inc"); |
| 19 | require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc"); | 19 | require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc"); |