From 5643639af419ecc85027b36d19c7ddc0f99fa1d4 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 5 Apr 2007 02:20:59 +0000 Subject: [PATCH] =?utf8?q?Bug=20370606:=20Conclusive=20user=20match=20erro?= =?utf8?q?r=20doesn't=20include=20a=20line=20break=20-=20Patch=20by=20Fr?= =?utf8?q?=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r?= =?utf8?q?=3Djustdave=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- skins/standard/global.css | 4 ++++ template/en/default/global/confirm-user-match.html.tmpl | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/skins/standard/global.css b/skins/standard/global.css index bd558d5c51..fe5fd8b0b2 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -310,6 +310,10 @@ dl dl > dt { padding-left: 1em; } +div.user_match { + margin-bottom: 1em; +} + .box { border: 1px solid black; color: black; diff --git a/template/en/default/global/confirm-user-match.html.tmpl b/template/en/default/global/confirm-user-match.html.tmpl index 35ec93f74e..38ac8dd591 100644 --- a/template/en/default/global/confirm-user-match.html.tmpl +++ b/template/en/default/global/confirm-user-match.html.tmpl @@ -85,6 +85,7 @@ [% FOREACH query = field.value %] +
[% query.key FILTER html %] [% IF query.value.users.size %] [% IF query.value.users.size > 1 %] @@ -123,7 +124,6 @@ [% ELSE %] matched [% query.value.users.0.identity FILTER html %] -
[% END %] [% ELSE %] [% IF (query.key.length < 3) && !(Param('emailsuffix')) @@ -134,6 +134,7 @@ did not match anything [% END %] [% END %] +
[% END %] -- 2.47.3