Code

Modified Translation String.
[gosa.git] / plugins / gofon / phoneaccount / main.inc
index 00c3748512100b0f088dda3bf04d65c27cec205c..19bc2be7840516f0061a911a32099af0fd76b101 100644 (file)
@@ -104,16 +104,17 @@ 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')."\"> ".$ui->dn."&nbsp;";
+                       $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".$ui->dn."&nbsp;";
                } else {
-                       $info= "<img align=\"center\" src=\"".get_template_path('images/openlock.png')."\"> ".$ui->dn."&nbsp;";
+                       $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/openlock.png')."\"> ".$ui->dn."&nbsp;";
                        if (isset($editacl) && $editacl != "#none#"){
-                               $info.= "<img align=\"center\" src=\"".get_template_path('images/lamp.png')."\">"._("Click the 'Edit' button below to change informations in this dialog");
+                               $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=\"edit\" value=\""._("Edit")."\">\n";
                        }
                        $display.= "<input type=\"hidden\" name=\"ignore\">\n";
                }
                $display.= "</p>\n";
+               $display.= "<input type=\"hidden\" name=\"ignore\">\n";
        }
 
        /* Page header*/