From 167c501429dfd11bc598fa38bd8d49d8eb8c5878 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 23 Mar 2016 23:05:01 +0000 Subject: Bug 1259266 - Attachment of security issues when viewing a bug are indistinguishable from any other attachment. --- template/en/default/attachment/list.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template') diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl index 6309b7f0d..7a8abc8e1 100644 --- a/template/en/default/attachment/list.html.tmpl +++ b/template/en/default/attachment/list.html.tmpl @@ -36,7 +36,7 @@ function toggle_display(link) { if (YAHOO.util.Dom.hasClass(rows[0], 'bz_default_hidden')) { link.innerHTML = "Show Obsolete"; - view_all.href = view_all.href + hide_obsolete_url_parameter + view_all.href = view_all.href + hide_obsolete_url_parameter } else { link.innerHTML = "Hide Obsolete"; @@ -74,9 +74,9 @@ function toggle_display(link) { FILTER css_class_quote %] [% " bz_patch" IF attachment.can_review %] [% " bz_private" IF attachment.isprivate %] - [% " bz_tr_obsolete bz_default_hidden" + [% " bz_tr_obsolete bz_default_hidden" IF attachment.isobsolete %]"> - + [% IF attachment.datasize %] -- cgit v1.2.3-24-g4f1b