From: David Lawrence Date: Tue, 24 Jan 2017 05:43:11 +0000 (+0000) Subject: Bug 1333012 - [a11y] Make sure the attachments table is always a data table for scree... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec963661fb29c191fec645a956cbddc670cfa3da;p=thirdparty%2Fbugzilla.git Bug 1333012 - [a11y] Make sure the attachments table is always a data table for screen reader users --- diff --git a/extensions/BugModal/template/en/default/bug_modal/attachments.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/attachments.html.tmpl index 0604b41bc..a27637056 100644 --- a/extensions/BugModal/template/en/default/bug_modal/attachments.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/attachments.html.tmpl @@ -12,7 +12,7 @@ # obsolete_attachments: array of obsolete attachment objects #%] - +
[% FOREACH attachment IN bug.attachments %] [% NEXT IF attachment.isprivate && !(user.is_insider || attachment.attacher.id == user.id);