Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 1050)
+++ trunk/CHANGELOG	(revision 1051)
@@ -12,6 +12,7 @@
 
 ------------------------------------- 2.8.0 -------------------------------------
 09-July-2009 Matthias
+#	Fixed wrong path to unitpngfix.js and added missing script
 #	Fixed invalid output of page_sections Page in Backend (Thanks to Luisehahne)
 08-July-2009 Matthias Gallas
 +	Added PageID and SectionID to all backend themes (Thanks to Luiseshahne)
Index: trunk/wb/include/jquery/plugins/images/clear.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: trunk/wb/include/jquery/plugins/images/clear.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/wb/include/jquery/plugins/unitpngfix.js
===================================================================
--- trunk/wb/include/jquery/plugins/unitpngfix.js	(nonexistent)
+++ trunk/wb/include/jquery/plugins/unitpngfix.js	(revision 1051)
@@ -0,0 +1,4 @@
+var clear="images/clear.gif" //path to clear.gif
+
+pngfix=function(){var els=document.getElementsByTagName('*');var ip=/\.png/i;var i=els.length;while(i-- >0){var el=els[i];var es=el.style;if(el.src&&el.src.match(ip)&&!es.filter){es.height=el.height;es.width=el.width;es.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+el.src+"',sizingMethod='crop')";el.src=clear;}else{var elb=el.currentStyle.backgroundImage;if(elb.match(ip)){var path=elb.split('"');var rep=(el.currentStyle.backgroundRepeat=='no-repeat')?'crop':'scale';es.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+path[1]+"',sizingMethod='"+rep+"')";es.height=el.clientHeight+'px';es.backgroundImage='none';var elkids=el.getElementsByTagName('*');if (elkids){var j=elkids.length;if(el.currentStyle.position!="absolute")es.position='static';while (j-- >0)if(!elkids[j].style.position)elkids[j].style.position="relative";}}}}}
+window.attachEvent('onload',pngfix);
\ No newline at end of file
Index: trunk/wb/templates/classic_theme/templates/footer.htt
===================================================================
--- trunk/wb/templates/classic_theme/templates/footer.htt	(revision 1050)
+++ trunk/wb/templates/classic_theme/templates/footer.htt	(revision 1051)
@@ -18,7 +18,7 @@
 <script src="{WB_URL}/include/jquery/jquery-min.js" type="text/javascript"></script>
 <script src="{WB_URL}/include/jquery/jquery-ui-min.js" type="text/javascript"></script>
 <script src="{WB_URL}/include/jquery/jquery-insert.js" type="text/javascript"></script>
-<!--[if lt IE 7]><script type="text/javascript" src="{WB_URL}/include/unitpngfix/unitpngfix.js"></script><![endif]-->
+<!--[if lt IE 7]><script type="text/javascript" src="{WB_URL}/include/jquery/plugins/unitpngfix.js"></script><![endif]-->
 <script language="javascript" type="text/javascript">
 
 
Index: trunk/wb/templates/wb_theme/templates/footer.htt
===================================================================
--- trunk/wb/templates/wb_theme/templates/footer.htt	(revision 1050)
+++ trunk/wb/templates/wb_theme/templates/footer.htt	(revision 1051)
@@ -18,7 +18,7 @@
 <script src="{WB_URL}/include/jquery/jquery-min.js" type="text/javascript"></script>
 <script src="{WB_URL}/include/jquery/jquery-ui-min.js" type="text/javascript"></script>
 <script src="{WB_URL}/include/jquery/jquery-insert.js" type="text/javascript"></script>
-<!--[if lt IE 7]><script type="text/javascript" src="{WB_URL}/include/unitpngfix/unitpngfix.js"></script><![endif]-->
+<!--[if lt IE 7]><script type="text/javascript" src="{WB_URL}/include/jquery/plugins/unitpngfix.js"></script><![endif]-->
 <script language="javascript" type="text/javascript">
 
 
Index: trunk/wb/templates/argos_theme/templates/footer.htt
===================================================================
--- trunk/wb/templates/argos_theme/templates/footer.htt	(revision 1050)
+++ trunk/wb/templates/argos_theme/templates/footer.htt	(revision 1051)
@@ -19,7 +19,7 @@
 <script src="{WB_URL}/include/jquery/jquery-min.js" type="text/javascript"></script>
 <script src="{WB_URL}/include/jquery/jquery-ui-min.js" type="text/javascript"></script>
 <script src="{WB_URL}/include/jquery/jquery-insert.js" type="text/javascript"></script>
-<!--[if lt IE 7]><script type="text/javascript" src="{WB_URL}/include/unitpngfix/unitpngfix.js"></script><![endif]-->
+<!--[if lt IE 7]><script type="text/javascript" src="{WB_URL}/include/jquery/plugins/unitpngfix.js"></script><![endif]-->
 <script language="javascript" type="text/javascript">
 
 
