Commit 649a51f2e33c425cce260ca81e4e4245f8df69e2

Authored by Michael Joseph
1 parent 83835b63

corrected layout


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1653 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserToGroupUI.inc
... ... @@ -16,9 +16,9 @@ function getPage($iUserID, $iGroupID) {
16 16  
17 17 if (isset($iUserID)) {
18 18 $oUser = User::get($iUserID);
19   - $heading = "<tr><td>Are you Sure you wish to assign the User to the Group?</td></tr>\n";
  19 + $heading = "<tr><td colspan=\"2\">Are you Sure you wish to assign the User to the Group?</td></tr>\n";
20 20 } else{
21   - $heading = "<tr><td>Please Assign a User to a Group:</td></tr>\n";
  21 + $heading = "<tr><td colspan=\"2\">Please Assign a User to a Group:</td></tr>\n";
22 22 }
23 23 if (isset($iGroupID)) {
24 24 $oGroup = Group::get($iGroupID);
... ...