From a95d3739a7bf4ae4a91353313cd114ed5cac23c9 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 22 Aug 2006 02:19:30 +0000 Subject: [PATCH] =?utf8?q?Bug=20275613:=20pressing=20[enter]=20in=20a=20te?= =?utf8?q?xtarea=20in=20editflagtypes.cgi=20results=20in=20an=20addition?= =?utf8?q?=20to=20the=20inclusion=20list=20instead=20of=20saving=20changes?= =?utf8?q?=20-=20Patch=20by=20Fr=C3=A9d=C3=A9ric=20Buclin=20=20r=3Dtimeless=20a=3Dmyk?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- template/en/default/admin/flag-type/edit.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) 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. %] + + -- 2.47.2
Name: