Commit ed3a9f38b7eedf1ce31a7799e95d783e0d54d44d
1 parent
2fc90746
updated look and feel and formatted
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1604 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
24 additions
and
30 deletions
presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupSuccess.php
| @@ -9,38 +9,32 @@ | @@ -9,38 +9,32 @@ | ||
| 9 | */ | 9 | */ |
| 10 | 10 | ||
| 11 | require_once("../../../../../config/dmsDefaults.php"); | 11 | require_once("../../../../../config/dmsDefaults.php"); |
| 12 | +require_once("../adminUI.inc"); | ||
| 12 | 13 | ||
| 13 | global $default; | 14 | global $default; |
| 14 | - | ||
| 15 | -if(checkSession()) | ||
| 16 | -{ | ||
| 17 | - | ||
| 18 | -// include the page template (with navbar) | ||
| 19 | -require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc"); | ||
| 20 | - | ||
| 21 | -$Center = "<br></br>\n" ; | ||
| 22 | -$Center .= "<TABLE BORDER=\"0\" CELLSPACING=\"2\" CELLPADDING=\"2\">\n"; | ||
| 23 | -$Center .= "<tr>\n"; | ||
| 24 | -$Center .= "<td>Update SuccessFul!</td>\n"; | ||
| 25 | -$Center .= "</tr>\n"; | ||
| 26 | -$Center .= "<tr></tr>\n"; | ||
| 27 | -$Center .= "<tr></tr>\n"; | ||
| 28 | -$Center .= "<tr></tr>\n"; | ||
| 29 | -$Center .= "<tr></tr>\n"; | ||
| 30 | -$Center .= "<tr>\n"; | ||
| 31 | -$Center .= "<td align = right><a href=\"$default->rootUrl/control.php?action=editGroup\"><img src =\"$default->graphicsUrl/widgets/back.gif\" border = \"0\" /></a></td>\n"; | ||
| 32 | -$Center .= "</tr>\n"; | ||
| 33 | -$Center .= "</table>\n"; | ||
| 34 | - | ||
| 35 | - | ||
| 36 | -$oPatternCustom = & new PatternCustom(); | ||
| 37 | -$oPatternCustom->setHtml($Center); | ||
| 38 | -$main->setCentralPayload($oPatternCustom); | ||
| 39 | -$main->render(); | ||
| 40 | - | ||
| 41 | - | ||
| 42 | - | ||
| 43 | 15 | ||
| 16 | +if(checkSession()) { | ||
| 17 | + | ||
| 18 | + // include the page template (with navbar) | ||
| 19 | + require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc"); | ||
| 20 | + | ||
| 21 | + $Center .= "<table width=\"600\">" . renderHeading("Edit Group") . "</table>"; | ||
| 22 | + $Center .= "<TABLE BORDER=\"0\" CELLSPACING=\"2\" CELLPADDING=\"2\">\n"; | ||
| 23 | + $Center .= "<tr>\n"; | ||
| 24 | + $Center .= "<td>Update Successful!</td>\n"; | ||
| 25 | + $Center .= "</tr>\n"; | ||
| 26 | + $Center .= "<tr></tr>\n"; | ||
| 27 | + $Center .= "<tr></tr>\n"; | ||
| 28 | + $Center .= "<tr></tr>\n"; | ||
| 29 | + $Center .= "<tr></tr>\n"; | ||
| 30 | + $Center .= "<tr>\n"; | ||
| 31 | + $Center .= "<td align = right><a href=\"$default->rootUrl/control.php?action=editGroup\"><img src =\"$default->graphicsUrl/widgets/back.gif\" border = \"0\" /></a></td>\n"; | ||
| 32 | + $Center .= "</tr>\n"; | ||
| 33 | + $Center .= "</table>\n"; | ||
| 34 | + | ||
| 35 | + $oPatternCustom = & new PatternCustom(); | ||
| 36 | + $oPatternCustom->setHtml($Center); | ||
| 37 | + $main->setCentralPayload($oPatternCustom); | ||
| 38 | + $main->render(); | ||
| 44 | } | 39 | } |
| 45 | - | ||
| 46 | ?> | 40 | ?> |
| 47 | \ No newline at end of file | 41 | \ No newline at end of file |