Code

Some errors removed
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 May 2005 12:01:21 +0000 (12:01 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 May 2005 12:01:21 +0000 (12:01 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@278 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_servGeneric.inc
plugins/admin/systems/server.tpl
plugins/admin/systems/servkolab.tpl

index caf9a08cb3c31727185d7e8a1c5fd79bd73ed456..e5ce8f8c40e8f75a5c389322d87282a204977579 100644 (file)
@@ -51,7 +51,7 @@ class servgeneric extends plugin
 
     /* 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)
@@ -39,7 +39,7 @@
 <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>