]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1514446 - Disabled users don't have 'strikethrough' in group owners report
authordklawren <dklawren@users.noreply.github.com>
Sat, 22 Dec 2018 01:17:48 +0000 (20:17 -0500)
committerKohei Yoshino <kohei.yoshino@gmail.com>
Sat, 22 Dec 2018 01:17:48 +0000 (20:17 -0500)
template/en/default/global/user.html.tmpl

index 2750ce8f7a58ae82fba70c741b571a7d5ecfd900..c82cb45bc500a89a44b3f82621ad0ded55d7ef70 100644 (file)
@@ -26,7 +26,7 @@
 <span class="vcard vcard_[% who.id FILTER html %]">
   [% FILTER collapse %]
     [% IF user.id %]
-      <a class="email" href="mailto:[% who.email FILTER html %]"
+      <a class="email [%= "bz_inactive" UNLESS who.is_enabled %]" href="mailto:[% who.email FILTER html %]"
          onclick="return show_usermenu([% who.id FILTER none %], '[% who.email FILTER js %]',
                   [% user.in_group('editusers') || user.in_group('disableusers') || user.bless_groups.size > 0 ? "true" : "false" %]);"
         title="[% who.identity FILTER html %]">