diff --git a/phpgwapi/templates/idots/class.idots_framework.inc.php b/phpgwapi/templates/idots/class.idots_framework.inc.php
index b587763098..814fa33688 100644
--- a/phpgwapi/templates/idots/class.idots_framework.inc.php
+++ b/phpgwapi/templates/idots/class.idots_framework.inc.php
@@ -751,7 +751,7 @@ function _sidebox_menu_item($item_link='',$item_text='')
return;
}
- $var['icon_or_star']='
';
+ $var['icon_or_star']='
';
$var['target'] = '';
if(is_array($item_link))
{
diff --git a/phpgwapi/templates/idots/js/pngfix.js b/phpgwapi/templates/idots/js/pngfix.js
index 44b1056701..185b705a6c 100644
--- a/phpgwapi/templates/idots/js/pngfix.js
+++ b/phpgwapi/templates/idots/js/pngfix.js
@@ -1,6 +1,8 @@
function correctPNG() // correctly handle PNG transparency in Win IE 5.5 or higher.
{
- for(var i=0; i"
- img.outerHTML = strNewHTML
- i = i-1
+ if(img.className != 'sideboxstar') {
+ img.outerHTML = strNewHTML
+ i = i-1
+ }
}
}
}