Quote from: Dimmy at Sep 25, 2006, 08:27 AM
Images are missing (I think a spacer is missing now that background images are used for the menu icons)
it exepects a x.gif in the manager folder
It’s in the behavior of webfx button (assets/js/pngbehavior.htc) for transparent png in IE.
line 39:
can we replace it with
var blankSrc = "media/style/<?php echo $manager_theme ? "$manager_theme/":""; ?>images/blank.gif";
?
Hi,
is it possible to upload the newest rev as a zip? Thanks!
Other question: Are there changes within the beta builds concerning the database-structure? Or can I overwrite my beta2-install with the new one?
Marc
@banzai, it should be assets/js/x.gif - there’s no real need for a themed blank gif.
Quote from: PaulGregory at Sep 25, 2006, 12:15 PM
@banzai, it should be assets/js/x.gif - there’s no real need for a themed blank gif.
right!
is there a svn tool that knows what the changed files are?
or do I need to get the whole trunk all the time?