Commit f6d08f6b authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 363556: No obvious way to log in to view/change a bug when you're not logged…

Bug 363556: No obvious way to log in to view/change a bug when you're not logged in - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=justdave
parent 32f3ff65
......@@ -385,8 +385,8 @@
<br>
<table cellpadding="1" cellspacing="1">
<tr>
[% IF user.id %]
<td>
<td>
[% IF user.id %]
<label for="comment" accesskey="c"><b>Additional <u>C</u>omments</b></label>:
[% IF Param("insidergroup") && user.in_group(Param("insidergroup")) %]
<input type="checkbox" name="commentprivacy" value="1"
......@@ -419,8 +419,17 @@
&& user.settings.state_addselfcc.value == 'cc_unless_role') %]>
<label for="addselfcc">Add [% user.identity FILTER html %] to CC list</label>
[% END %]
</td>
[% END %]
[% ELSE %]
<fieldset>
<legend>Note</legend>
<p>
You need to
<a href="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>
[% END %]
</td>
<td valign="top">
<fieldset>
......
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