Commit 5643639a authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 370606: Conclusive user match error doesn't include a line break - Patch by…

Bug 370606: Conclusive user match error doesn't include a line break - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
parent 1afb5b3b
......@@ -310,6 +310,10 @@ dl dl > dt {
padding-left: 1em;
}
div.user_match {
margin-bottom: 1em;
}
.box {
border: 1px solid black;
color: black;
......
......@@ -85,6 +85,7 @@
</td>
<td align="left" valign="top">
[% FOREACH query = field.value %]
<div class="user_match">
<b>[% query.key FILTER html %]</b>
[% IF query.value.users.size %]
[% IF query.value.users.size > 1 %]
......@@ -123,7 +124,6 @@
[% ELSE %]
matched
<b>[% query.value.users.0.identity FILTER html %]</b>
<br>
[% END %]
[% ELSE %]
[% IF (query.key.length < 3) && !(Param('emailsuffix'))
......@@ -134,6 +134,7 @@
<font color="#FF0000">did not match anything</font>
[% END %]
[% END %]
</div>
[% END %]
</td>
</tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment