From 7431692fa881839cfd0c447beeed11b80c42642f Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 22 Aug 2006 02:15:11 +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 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. %] + + -- 2.47.2
Name: