summaryrefslogtreecommitdiff
path: root/themes/admin_wind/js/ui.init.js
AgeCommit message (Collapse)Author
2010-06-20Remove the title attribute for menus using JS since we're showing thatBharat Mediratta
text anyway. This may be turn into an accessibility issue, but it's pretty annoying to have a tooltip show up with the text in it.
2009-10-18Moved the short_form init function to gallery.common and made it jQuery ↵Chad Kieffer
plugin. Dropped gallery.form.js. Applied short forms to server_add and tag admin pages. Added tag.css to admin views. Added .g-wide {}.
2009-10-16Deal with IE flicker during Superfish menu init solely in ui.init.js with ↵Chad Kieffer
.hide() and .show(). Since the menus in the header are the only SF menus, use those selectors for initialization.
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few ↵Chad Kieffer
shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features.
2009-09-30Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ↵Chad Kieffer
and classes in the login/reset password dialog.
2009-09-30Replaced gButtonLink with g-button.Chad Kieffer
2009-09-23Rename the default themes to wind and admin_wind. Change xss_data.txt file ↵Tim Almdal
to reflect this move. Not completely moved yet, but the git st is rather large so lets commit this now as a base for the cleanup.