Files
gallery3/core
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-12 07:50:04 +00:00
2009-01-05 08:09:25 +00:00
2009-01-11 02:03:42 +00:00