Add alt tag, alter wording.

This commit is contained in:
Miles Lott 2001-04-08 08:22:36 +00:00
parent 235ce3153d
commit 8d7264120a
2 changed files with 3 additions and 2 deletions

View File

@ -32,10 +32,11 @@
$tpl->set_file(array("body" => "about.tpl"));
$tpl->set_var("about_addressbook",'This is the phpgroupware core addressbook application. It makes use of the phpgroupware contacts class to store and retrieve contact information via SQL or LDAP.');
$tpl->set_var("about_addressbook",'Addressbook is the phpgroupware default contact application. It makes use of the phpgroupware contacts class to store and retrieve contact information via SQL or LDAP.');
$tpl->set_var("url",$phpgw->link('/addressbook'));
$tpl->set_var("image",$imgpath);
$tpl->set_var("alt",lang('addressbook'));
$tpl->set_var("version",$version);
$tpl->set_var("agent",$agent);
$tpl->set_var("platform",$os);

View File

@ -1,7 +1,7 @@
<table border="0" width="100%">
<tr>
<td align="left">
<a href="{url}" target="_new"><img src="{image}" border="0"></a>
<a href="{url}"><img src="{image}" border="0" alt="{alt}"></a>
</td>
</tr>
<tr>