Files
gallery3/core/helpers
Bharat Mediratta ae73ef3d57 Updated for new Form_Submit API.
OLD:
  $form->submit("Foo")  -->  <input type="submit" value="Foo">

New:
  $form->submit("foo_button")->("Foo") --> <input type="submit" name="foo_button" value="Foo">

Mostly we don't care what the button is so we leave the name blank.
2009-01-12 07:50:04 +00:00
..
2009-01-01 00:42:30 +00:00
2009-01-12 07:50:04 +00:00
2008-12-04 06:40:35 +00:00
2009-01-11 21:35:17 +00:00
2008-12-29 03:50:48 +00:00
2008-12-16 04:29:00 +00:00
2009-01-12 07:50:04 +00:00
2009-01-12 07:50:04 +00:00