Commit 1638d8108b530e78ec9fa38e176f4f0ed36a6f7c

Authored by michael
1 parent c73b1f15

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,12 +16,12 @@ function getPage($iGroupID, $iUnitID) {
16 16
17 if (isset($iGroupID)) { 17 if (isset($iGroupID)) {
18 $oGroup = Group::get($iGroupID); 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 } else { 20 } else {
21 if (Permission::userIsUnitAdministrator()) { 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 } else { 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