Code

Render posix tab without html errors
[gosa.git] / plugins / personal / generic / main.inc
index 5dc5c8d512feef81202a4aa284d7e1beb0e4d077..f3826f4d3ca59d89d8e51469e05297453573c272 100644 (file)
@@ -158,7 +158,7 @@ if (!$remove_lock){
       $display.= "<input type=submit name=\"edit_finish\" value=\""._("Finish")."\">\n";
       $display.= "&nbsp;";
       $display.= "<input type=submit name=\"edit_cancel\" value=\""._("Cancel")."\">\n";
-      $info= "<img align=\"center\" src=\"".get_template_path('images/closedlock.png').
+      $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png').
              "\"> ".$ui->dn."&nbsp;";
     } else {
       /* 'viewid' may be set by i.e. the phonelist plugin. This
@@ -169,11 +169,11 @@ if (!$remove_lock){
       } else {
         $str= _("Edit");
         $fn = "edit";
-        $info= "<img align=\"center\" src=\"".get_template_path('images/openlock.png').
+        $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/openlock.png').
                "\"> ".$ui->dn."&nbsp;";
       }
       if ($fn == "edit" && isset($editacl) && $editacl != "#none#"){
-        $info.= "<img align=\"center\" src=\"".get_template_path('images/lamp.png')."\"> ".
+        $info.= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lamp.png')."\"> ".
                 _("Click the 'Edit' button below to change informations in this dialog");
         $display.= "<input type=submit name=\"$fn\" value=\"$str\">\n";
       }