summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fa5b090)
raw | patch | inline | side by side (parent: fa5b090)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 24 May 2005 07:58:41 +0000 (07:58 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 24 May 2005 07:58:41 +0000 (07:58 +0000) |
plugins/personal/posix/main.inc | patch | blob | history |
index 3cf9623f646db308fc889cfc3836c2c5e4789ead..f44f4f1b3baece1873fcf5dc25df6cdb6257a7c0 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 align=\"center\" src=\"".get_template_path('images/closedlock.png').
+ $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png').
"\"> ".$ui->dn." ";
} else {
- $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." ";
if (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=\"edit\" value=\""._("Edit")."\">\n";