]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 512598: The "Save Changes" button wasn't aligned with the comment box if you...
authormkanat%bugzilla.org <>
Thu, 10 Sep 2009 23:45:01 +0000 (23:45 +0000)
committermkanat%bugzilla.org <>
Thu, 10 Sep 2009 23:45:01 +0000 (23:45 +0000)
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

template/en/default/bug/edit.html.tmpl

index 2ce19833e89bcd38ba4222da03ee1d73eb46b7c9..924eae3b53b6baac9349a78752650b9d5e31ad58 100644 (file)
         <!-- The table keeps the commit button aligned with the box. -->
         <a name="add_comment"></a>
         [% IF user.id %]
-        <table><tr><td>
           <label for="comment" accesskey="c"><b>Additional <u>C</u>omments</b></label>:
           [% IF user.is_insider %]
             <input type="checkbox" name="commentprivacy" value="1"
               group)
             </label>
           [% END %]
-          <br>
+          <table><tr><td>
           [% INCLUDE global/textarea.html.tmpl
                      name      = 'comment'
                      id        = 'comment'
               </td>
             </tr>
           </table>
-        </td></tr></table>
+          </td></tr></table>
         [% ELSE %]
           <fieldset>
             <legend>Note</legend>