summaryrefslogtreecommitdiff
path: root/modules/gallery/views/in_place_edit.html.php
AgeCommit message (Collapse)Author
2013-03-02#2032 - Fix short form submit/cancel button formatting.shadlaws
- fixed the height of the submit buttons to match the input box - changed the cancel links into cancel buttons - added the hover effect to the buttons when used in in_place_edit (e.g. admin/tags)
2010-02-02Display the error message for the in place edit. Also improve the double ↵Tim Almdal
click guard. Fixes ticket #1000.
2010-01-29Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
Conflicts: modules/gallery/views/in_place_edit.html.php
2010-01-29Replace <?= form::close() ?> with </form>. Also add a call to ↵Tim Almdal
access::csrf_form_field in the form template. Fixes ticket #996.
2010-01-29Stop using obsolete form::close()Bharat Mediratta
Update the way we include the hidden CSRF field for InPlaceEdit.
2009-11-17White-space fix and quoting update.Chad Kieffer
2009-11-071) Change the name of the form and message to g-in-place-edit-form and ↵Tim Almdal
g-in-place-edit-message. 2) Make sure the cancel button works and cleans up the dom appropriately.
2009-11-05Clean up problem with cancelling the inplace edit left a whole bunch of css ↵Tim Almdal
artifacts.
2009-11-05Refactor the in place editting in tags admin out into a separate widget as ↵Tim Almdal
part ofthe gallery module. Create the jQuery widget, form template and library to support generalized in place editting. Part of the fix for ticket #750.