Code

W3c conform, Save will only Save if Plugins is loaded
[gosa.git] / plugins / admin / systems / class_servGeneric.inc
index caf9a08cb3c31727185d7e8a1c5fd79bd73ed456..c5f4229c517c7623479f371f26cbb5936605231c 100644 (file)
@@ -44,14 +44,14 @@ class servgeneric extends plugin
   {
     /* Do we represent a valid server? */
     if (!$this->is_account && $this->parent == NULL){
-      $display= "<img src=\"images/stop.png\" align=center>&nbsp;<b>".
+      $display= "<img alt=\"\" src=\"images/stop.png\" align=middle>&nbsp;<b>".
         _("This 'dn' has no server features.")."</b>";
       return($display);
     }
 
     /* 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 == ""){