From: lpsolit%gmail.com <> Date: Thu, 5 Apr 2007 02:23:02 +0000 (+0000) Subject: Bug 370606: Conclusive user match error doesn't include a line break - Patch by FrÃ... X-Git-Tag: bugzilla-3.0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=706123a96c37552a61c45e6fd827fdf5175d6618;p=thirdparty%2Fbugzilla.git Bug 370606: Conclusive user match error doesn't include a line break - Patch by Frédéric Buclin r=justdave a=LpSolit --- 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 %]