mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
Add alt tag, alter wording.
This commit is contained in:
parent
235ce3153d
commit
8d7264120a
@ -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);
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user