summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ff2e351)
raw | patch | inline | side by side (parent: ff2e351)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 24 May 2005 07:11:29 +0000 (07:11 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 24 May 2005 07:11:29 +0000 (07:11 +0000) |
plugins/personal/samba/main.inc | patch | blob | history |
index 2f1b18d5f0567530c2d59e1c20a67a542e076f46..d794d9aa75aa7a80637b8c30bbc29aa79db634d4 100644 (file)
$display.= "<input type=submit name=\"edit_finish\" value=\""._("Finish")."\">\n";
$display.= " ";
$display.= "<input type=submit name=\"edit_cancel\" value=\""._("Cancel")."\">\n";
- $info= "<img alt="" align=\"middle\" src=\"".get_template_path('images/closedlock.png').
+ $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png').
"\"> ".$ui->dn." ";
} else {
- $info= "<img alt="" align=\"middle\" src=\"".get_template_path('images/openlock.png').
+ $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/openlock.png').
"\"> ".$ui->dn." ";
if (isset($editacl) && $editacl != "#none#"){
- $info.= "<img alt="" align=\"middle\" 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=\"edit\" value=\""._("Edit")."\">\n";
}