From: lpsolit%gmail.com <> Date: Tue, 22 Aug 2006 02:15:11 +0000 (+0000) Subject: Bug 275613: pressing [enter] in a textarea in editflagtypes.cgi results in an additio... X-Git-Tag: bugzilla-2.23.3~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7431692fa881839cfd0c447beeed11b80c42642f;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 5985e8db02..b7ff82949c 100644 --- a/template/en/default/admin/flag-type/edit.html.tmpl +++ b/template/en/default/admin/flag-type/edit.html.tmpl @@ -61,6 +61,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: