diff options
author | David Lawrence <dkl@mozilla.com> | 2016-03-24 00:05:01 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-03-24 00:05:01 +0100 |
commit | 167c501429dfd11bc598fa38bd8d49d8eb8c5878 (patch) | |
tree | 6b1414915553521f6e5b43651fefc625883c7f1c /template | |
parent | 74c6f9974fddc33163ae78c5927c6569f2eb28c0 (diff) | |
download | bugzilla-167c501429dfd11bc598fa38bd8d49d8eb8c5878.tar.gz bugzilla-167c501429dfd11bc598fa38bd8d49d8eb8c5878.tar.xz |
Bug 1259266 - Attachment of security issues when viewing a bug are indistinguishable from any other attachment.
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/attachment/list.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
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 %]"> - <td valign="top"> + <td class="bz_attach_desc" valign="top"> [% IF attachment.datasize %] <a href="attachment.cgi?id=[% attachment.id %]" title="View the content of the attachment"> |