Commit 3a30ce67d43c505344fd377fbbd7f816e26b7f10
1 parent
12362219
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
presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupUI.inc
| ... | ... | @@ -56,7 +56,7 @@ function getAddFailPage() { |
| 56 | 56 | $sToRender .= "<tr>\n"; |
| 57 | 57 | $sToRender .= "</tr>\n"; |
| 58 | 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 | 60 | $sToRender .= "</tr>\n"; |
| 61 | 61 | $sToRender .= "</table>\n"; |
| 62 | 62 | ... | ... |
presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/removeGroupBL.php
| ... | ... | @@ -13,7 +13,7 @@ if (checkSession()) { |
| 13 | 13 | require_once("$default->fileSystemRoot/lib/visualpatterns/PatternListBox.inc"); |
| 14 | 14 | require_once("$default->fileSystemRoot/lib/visualpatterns/PatternEditableListFromQuery.inc"); |
| 15 | 15 | require_once("removeGroupUI.inc"); |
| 16 | - require_once("../adminUI.inc"); | |
| 16 | + //require_once("../adminUI.inc"); | |
| 17 | 17 | require_once("$default->fileSystemRoot/lib/security/permission.inc"); |
| 18 | 18 | require_once("$default->fileSystemRoot/lib/groups/Group.inc"); |
| 19 | 19 | require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc"); | ... | ... |