summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 33c8a3c)
raw | patch | inline | side by side (parent: 33c8a3c)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 25 Aug 2006 05:22:48 +0000 (05:22 +0000) | ||
committer | cajus <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 | patch | blob | history |
index 046a6906d9b333846893299bf68e44fd8a6a085c..e0bde96a50e47d40f33079dbdee60ff6e8873641 100644 (file)
$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']);