"Patch for IE 6/7 PNG bugfix on setup template"

This commit is contained in:
Stefan Becker 2008-07-22 09:26:27 +00:00
parent 3e758e812c
commit 3485f97e90

View File

@ -77,8 +77,8 @@
<!--{java_script}-->
<!-- this solves the internet explorer png-transparency bug, but only for ie 5.5 and higher -->
<!--[if gte ie 5.5000]>
<!-- this solves the internet explorer png-transparency bug, but only for ie 5.5 and 6.0 -->
<!--[if lt IE 7.0]>
<script src="../phpgwapi/templates/idots/js/pngfix.js" type=text/javascript>
</script>
<![endif]-->