Commit 4680ec9ae8d9b404fdb61cdb2f763f119a7de043

Authored by Michael Joseph
1 parent 2f7181ac

corrected layout


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1655 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/assignGroupToUnitUI.inc
... ... @@ -16,12 +16,12 @@ function getPage($iGroupID, $iUnitID) {
16 16  
17 17 if (isset($iGroupID)) {
18 18 $oGroup = Group::get($iGroupID);
19   - $heading = "<tr><td>Are you Sure you wish to assign the Group to the Unit?</td></tr>\n";
  19 + $heading = "<tr><td colspan=\"2\">Are you Sure you wish to assign the Group to the Unit?</td></tr>\n";
20 20 } else {
21 21 if (Permission::userIsUnitAdministrator()) {
22   - $heading = "<tr><td>Please Assign a Group to your Unit:</td></tr>\n";
  22 + $heading = "<tr><td colspan=\"2\">Please Assign a Group to your Unit:</td></tr>\n";
23 23 } else {
24   - $heading = "<tr><td>Please Assign a Group to a Unit:</td></tr>\n";
  24 + $heading = "<tr><td colspan=\"2\">Please Assign a Group to a Unit:</td></tr>\n";
25 25 }
26 26 }
27 27  
... ...