From: lpsolit%gmail.com <> Date: Tue, 22 Aug 2006 02:19:30 +0000 (+0000) Subject: Bug 275613: pressing [enter] in a textarea in editflagtypes.cgi results in an additio... X-Git-Tag: bugzilla-2.22.1~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a95d3739a7bf4ae4a91353313cd114ed5cac23c9;p=thirdparty%2Fbugzilla.git Bug 275613: pressing [enter] in a textarea in editflagtypes.cgi results in an addition to the inclusion list instead of saving changes - Patch by Frédéric Buclin r=timeless a=myk --- diff --git a/template/en/default/admin/flag-type/edit.html.tmpl b/template/en/default/admin/flag-type/edit.html.tmpl index ad41576cb2..be2b0b061f 100644 --- a/template/en/default/admin/flag-type/edit.html.tmpl +++ b/template/en/default/admin/flag-type/edit.html.tmpl @@ -71,6 +71,10 @@ [% END %] + [%# Add a hidden button at the top of the form so that the user pressing "return" + # really submit the form, as expected. %] + +
Name: