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

Bug 452810: Remove my name after "including you" when CCed to a bug - Patch by…

Bug 452810: Remove my name after "including you" when CCed to a bug - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat
parent 0bc5225c
......@@ -814,9 +814,7 @@
IF user.settings.state_addselfcc.value == 'always'
|| (!has_role
&& user.settings.state_addselfcc.value == 'cc_unless_role') %]>
<label for="addselfcc">
Myself ([% INCLUDE user_identity user=> user FILTER collapse %])
</label>
<label for="addselfcc">Add me to CC list</label>
<br>
[% END %]
[% END %]
......@@ -828,7 +826,7 @@
[% END %]
[% IF user.id %]
[% IF bug.cc.contains( user.email ) %]
including you ([% INCLUDE user_identity user=> user FILTER collapse %])
including you
[% END %]
[% END %]
<span id="cc_edit_area_showhide_container" class="bz_default_hidden">
......
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