Code

Fixed double assignement of action
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 25 Aug 2006 05:22:48 +0000 (05:22 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 25 Aug 2006 05:22:48 +0000 (05:22 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4513 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/ogroups/class_termgroup.inc

index 046a6906d9b333846893299bf68e44fd8a6a085c..e0bde96a50e47d40f33079dbdee60ff6e8873641 100644 (file)
@@ -210,7 +210,6 @@ class termgroup extends plugin
 
     $smarty->assign("inheritTimeServer",$this->inheritTimeServer);
     $smarty->assign("modes", $this->modes);
-    $smarty->assign("actions", array("wake" => _("Wake up"), "halt" => _("Switch off"), "reboot" => _("Reboot")));
     $smarty->assign("actionACL", chkacl($this->acl, 'action'));
     $smarty->assign("gotoNtpServers",$this->gotoNtpServers); 
     $smarty->assign("syslogservers", $this->config->data['SERVERS']['SYSLOG']);