]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 370606: Conclusive user match error doesn't include a line break - Patch by FrÃ...
authorlpsolit%gmail.com <>
Thu, 5 Apr 2007 02:23:02 +0000 (02:23 +0000)
committerlpsolit%gmail.com <>
Thu, 5 Apr 2007 02:23:02 +0000 (02:23 +0000)
skins/standard/global.css
template/en/default/global/confirm-user-match.html.tmpl

index bd558d5c517c876544411627951d9334686b79d3..fe5fd8b0b2bdca7fcceff7643751a74c0072ec0c 100644 (file)
@@ -310,6 +310,10 @@ dl dl > dt {
     padding-left: 1em;
 }
 
+div.user_match {
+    margin-bottom: 1em;
+}
+
 .box {
     border: 1px solid black;
     color: black;
index 35ec93f74e81864dfe3b43c3dee30a00b36a9137..38ac8dd591477d1220b1924ae842572aa2e06f12 100644 (file)
@@ -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 %]
                 [% ELSE %]
                   matched
                   <b>[% query.value.users.0.identity FILTER html %]</b>
-                  <br>
                 [% END %]
             [% ELSE %]
                 [% IF (query.key.length < 3) && !(Param('emailsuffix'))
                   <font color="#FF0000">did not match anything</font>
                 [% END %]
             [% END %]
+            </div>
         [% END %]
       </td>
     </tr>