summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8be27fa)
raw | patch | inline | side by side (parent: 8be27fa)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 May 2005 12:01:21 +0000 (12:01 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 May 2005 12:01:21 +0000 (12:01 +0000) |
plugins/admin/systems/class_servGeneric.inc | patch | blob | history | |
plugins/admin/systems/server.tpl | patch | blob | history | |
plugins/admin/systems/servkolab.tpl | patch | blob | history |
diff --git a/plugins/admin/systems/class_servGeneric.inc b/plugins/admin/systems/class_servGeneric.inc
index caf9a08cb3c31727185d7e8a1c5fd79bd73ed456..e5ce8f8c40e8f75a5c389322d87282a204977579 100644 (file)
/* Check for action */
if (isset($_POST['action'])){
- switch($_POST['saction']){
+ switch($_POST['action']){
case 'wake':
$cmd= $this->search($this->config->data['TABS'], "servgeneric", "WAKECMD");
if ($cmd == ""){
index 2d59eeb36d1e506050cd3db182ed580c7d990e64..4a2a391521d97719e188b533a103b45cfc3e1fb8 100644 (file)
<table>
<tr>
<td>
- <select size="1" name="saction" {$actionACL} title="{t}Select action to execute for this server{/t}">
+ <select size="1" name="action" title="{t}Select action to execute for this server{/t}">
<option></option>
{html_options options=$actions}
</select>
index 3a68fda1756b401c9e9867afb812a1c492afb7c7..7aca512311397ef26078d775c4f401919d720af4 100644 (file)
</tr>
<tr>
<td>
- <input name="kolabFreeBusyFuture" value="{$kolabFreeBusyFuture}" {$kolabFreeBusyACL} type="text" maxlength="3" size="4">
+ <input name="kolabFreeBusyFuture" value="{$kolabFreeBusyFuture}" {$kolabFreeBusyFutureACL} type="text" maxlength="3" size="4">
When creating free/busy lists, include data from x days in the past
</td>
</tr>