summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c5a2a9d)
raw | patch | inline | side by side (parent: c5a2a9d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 24 May 2005 06:52:38 +0000 (06:52 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 24 May 2005 06:52:38 +0000 (06:52 +0000) |
plugins/personal/generic/generic.tpl | patch | blob | history | |
plugins/personal/generic/generic_picture.tpl | patch | blob | history | |
plugins/personal/generic/main.inc | patch | blob | history |
index 3890bd0219719556a13b8368064a95d65f62dd96..fde78d2529b6a5d736eac8aa8b81d2f0ab5077e2 100644 (file)
<!-- Headline container -->
<tr>
<td colspan=4>
- <h2><img align="center" src="images/head.png"> {t}Personal information{/t}</h2>
+ <h2><img alt="" align="middle" src="images/head.png"> {t}Personal information{/t}</h2>
</td>
</tr>
<!-- Headline container -->
<tr>
<td colspan=3>
- <h2><img align="center" src="images/house.png"> {t}Organizational information{/t}</h2>
+ <h2><img alt="" align="middle" src="images/house.png"> {t}Organizational information{/t}</h2>
</td>
</tr>
diff --git a/plugins/personal/generic/generic_picture.tpl b/plugins/personal/generic/generic_picture.tpl
index 29384aa5d8a964a08defa35d5bee20a36bfbd726..54fce2e3df2e0479b1e3e9935d2447193d25f6b7 100644 (file)
<!-- Headline container -->
<tr>
<td colspan=2>
- <h2><img align="center" src="images/head.png"> {t}Personal picture{/t}</h2>
+ <h2><img alt="" align="middle" src="images/head.png"> {t}Personal picture{/t}</h2>
</td>
</tr>
index 5dc5c8d512feef81202a4aa284d7e1beb0e4d077..8e2cbc184109923e81303f7b4700141e6a15a46e 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 align=\"middle\" src=\"".get_template_path('images/closedlock.png').
"\"> ".$ui->dn." ";
} else {
/* 'viewid' may be set by i.e. the phonelist plugin. This
} 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." ";
}
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";
}