replace orange star

This commit is contained in:
Pim Snel 2003-10-23 20:46:36 +00:00
parent 8e1c003cde
commit 166a857df9
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 515 B

After

Width:  |  Height:  |  Size: 370 B

View File

@ -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']))

View File

@ -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 -->