mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
add link to application behind icon
This commit is contained in:
parent
ae9dbc99ed
commit
e8c1ef5c8d
@ -36,8 +36,10 @@
|
||||
'license' => lang('License')
|
||||
);
|
||||
|
||||
$applink=$GLOBALS['phpgw']->link('/'.$app);
|
||||
|
||||
$s = "<table width='70%' cellpadding='4'>\n<tr>
|
||||
<td align='left'><img src='$icon' alt=\"$info[title]\" /></td><td align='left'><h2>$info[title]</h2></td></tr>";
|
||||
<td align='left'><a href=\"$applink\" title=\"".lang('Go back to the application %1',$info['title'])."\"><img src=\"$icon\" alt=\"$info[title]\" border=\"0\" /></a></td><td align=\"left\"><h2>$info[title]</h2></td></tr>";
|
||||
|
||||
if ($info['description'])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user