summaryrefslogtreecommitdiff
path: root/lib/gallery.form.js
AgeCommit message (Collapse)Author
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-09-15Move the code that adds the .gShortForm CSS class out ofBharat Mediratta
gallery.short_forms.js and into the theme, since this is really a theme decision.
2009-09-15Refactor all the short form code to tighten it up, and make it suchBharat Mediratta
that the form button is disabled if we're showing the placeholder text.
2009-09-15Autopopulation text form now clear content after getting focus every time. ↵Jan Koprowski
Problem described in #630.
2009-05-26Split out re-used JavaScript for common functions (messages, valign), panel ↵Chad Kieffer
toggle, and forms to external files.