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 { ...@@ -310,6 +310,10 @@ dl dl > dt {
padding-left: 1em; padding-left: 1em;
} }
div.user_match {
margin-bottom: 1em;
}
.box { .box {
border: 1px solid black; border: 1px solid black;
color: black; color: black;
......
...@@ -85,6 +85,7 @@ ...@@ -85,6 +85,7 @@
</td> </td>
<td align="left" valign="top"> <td align="left" valign="top">
[% FOREACH query = field.value %] [% FOREACH query = field.value %]
<div class="user_match">
<b>[% query.key FILTER html %]</b> <b>[% query.key FILTER html %]</b>
[% IF query.value.users.size %] [% IF query.value.users.size %]
[% IF query.value.users.size > 1 %] [% IF query.value.users.size > 1 %]
...@@ -123,7 +124,6 @@ ...@@ -123,7 +124,6 @@
[% ELSE %] [% ELSE %]
matched matched
<b>[% query.value.users.0.identity FILTER html %]</b> <b>[% query.value.users.0.identity FILTER html %]</b>
<br>
[% END %] [% END %]
[% ELSE %] [% ELSE %]
[% IF (query.key.length < 3) && !(Param('emailsuffix')) [% IF (query.key.length < 3) && !(Param('emailsuffix'))
...@@ -134,6 +134,7 @@ ...@@ -134,6 +134,7 @@
<font color="#FF0000">did not match anything</font> <font color="#FF0000">did not match anything</font>
[% END %] [% END %]
[% END %] [% END %]
</div>
[% END %] [% END %]
</td> </td>
</tr> </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