mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
replace orange star
This commit is contained in:
parent
8e1c003cde
commit
166a857df9
Binary file not shown.
Before Width: | Height: | Size: 515 B After Width: | Height: | Size: 370 B |
@ -169,7 +169,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
$var['icon_or_star']='<font color="#ff9933">*</font>';
|
||||
$var['icon_or_star']='<img src="'.$GLOBALS['phpgw_info']['server']['webserver_url'] . '/phpgwapi/templates/idots/images'.'/orange-ball.png" alt="ball"/>';
|
||||
if (is_array($item_link))
|
||||
{
|
||||
if (isset($item_link['icon']))
|
||||
|
@ -63,7 +63,7 @@
|
||||
|
||||
<!-- BEGIN extra_block_row -->
|
||||
<tr class="divSideboxEntry">
|
||||
<td width="20" align="center" valign="middle" class="textSidebox">{icon_or_star}<!-- <img src="{image_root}/orange-ball.png" alt="ball"/> --></td><td class="textSidebox"><a class="textSidebox" href="{item_link}">{lang_item}</a></td>
|
||||
<td width="20" align="center" valign="middle" class="textSidebox">{icon_or_star}</td><td class="textSidebox"><a class="textSidebox" href="{item_link}">{lang_item}</a></td>
|
||||
</tr>
|
||||
<!-- END extra_block_row -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user