]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 457719: The "You need to _log in_ before you can comment..." link in show_bug...
authordkl%redhat.com <>
Sun, 5 Oct 2008 09:52:19 +0000 (09:52 +0000)
committerdkl%redhat.com <>
Sun, 5 Oct 2008 09:52:19 +0000 (09:52 +0000)
Patch by David Lawrence <dkl@redhat.com> - a/r=LpSolit

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

index 6d60d8eb93c1c78d66232acfa9d5c209f71de4ed..53efa0cb9c8b224012b1d4f601612e1182643668 100644 (file)
             <legend>Note</legend>
             <p>
               You need to
-              <a href="show_bug.cgi?id=[% bug.bug_id %]&amp;GoAheadAndLogIn=1">log in</a>
+              <a href="[% IF Param('ssl') != 'never' %][% Param('sslbase') %][% END %]show_bug.cgi?id=[% bug.bug_id %]&amp;GoAheadAndLogIn=1">log in</a>
               before you can comment on or make changes to this [% terms.bug %].
             </p>
           </fieldset>