After much monotony and testing, spawned by today's release of Firefox 1.0.3, I think I've managed to remove most of the WebFX buttons from the manager.
Files that changed:
+ Most of the files in /manager/actions/ (dynamic and static)
+ /manager/includes/accesscontrol.inc.php
+ /manager/media/style/MODx/site.css and coolbuttons.css
+ /manager/index.php
They're really ugly now folks, but they (should) work without the need for any javascript. I'm going to make graphical replacements for all these, which will be handled via the stylesheet and one image in the next day or so.
The buttons were created as CSS-stylable buttons in the format of:
<a href="#" onclick="document.action.here();" class="button" id="buttonSave"><?php echo $_lang['Save']; ?></a>
The class="button" is what the general button states come from (for uniform padding and margins and base images), and the id is what will enable me to position the background image of each button to make them graphically appealing.
Please beat it up!
The new files
Up next, cleaning up the CSS files for the manager and changing away from the stock Etomite color scheme. We need to get this thing out ASAP, folks!