mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-06 21:19:07 -04:00
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.