mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-02 01:39:21 -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.
3.1 KiB
3.1 KiB