Commit 06c7d4b91e35f2466a6d280d9b07f67179a8c8e4
1 parent
aaac9270
enabled cancel button
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1566 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
0 additions
and
6 deletions
presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/assignGroupToUnitUI.inc
| @@ -188,12 +188,6 @@ function getAssignButton($oGroup) { | @@ -188,12 +188,6 @@ function getAssignButton($oGroup) { | ||
| 188 | // show button after group selected | 188 | // show button after group selected |
| 189 | function getCancelButton($oGroup) { | 189 | function getCancelButton($oGroup) { |
| 190 | global $default; | 190 | global $default; |
| 191 | - if (!isset($oGroup)) { | ||
| 192 | - //return "<td align = right><a href=\"$default->rootUrl/control.php?action=groupManagement\"><img src =\"$default->graphicsUrl/widgets/cancel.gif\" value=\"cancel\" /></a></td>\n"; | ||
| 193 | - } | ||
| 194 | - else { | ||
| 195 | - | ||
| 196 | - } | ||
| 197 | return "<td align = right><a href=\"$default->rootUrl/control.php?action=groupManagement\"><img src =\"$default->graphicsUrl/widgets/cancel.gif\" border = \"0\" /></a></td>\n"; | 191 | return "<td align = right><a href=\"$default->rootUrl/control.php?action=groupManagement\"><img src =\"$default->graphicsUrl/widgets/cancel.gif\" border = \"0\" /></a></td>\n"; |
| 198 | } | 192 | } |
| 199 | 193 |