From 4fa178ae3f0f612cf91b26a2dea498602794be3b Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 31 Dec 2013 13:48:41 +0100 Subject: Bug 920681: Remove the cellspacing and cellpadding attributes from tables r/a=justdave --- template/en/default/attachment/list.html.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'template/en/default/attachment/list.html.tmpl') diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl index 48921e3ca..4599f38ed 100644 --- a/template/en/default/attachment/list.html.tmpl +++ b/template/en/default/attachment/list.html.tmpl @@ -42,7 +42,7 @@ function toggle_display(link) {
- +
[% IF show_attachment_flags %] - [% END %] -
Attachments @@ -65,7 +65,7 @@ function toggle_display(link) { [% " bz_private" IF attachment.isprivate %] [% " bz_tr_obsolete bz_default_hidden" IF attachment.isobsolete %]"> - + [% IF attachment.datasize %] @@ -102,7 +102,7 @@ function toggle_display(link) { + [% IF attachment.flags.size == 0 %] no flags [% ELSE %] @@ -129,7 +129,7 @@ function toggle_display(link) { + Details [% IF attachment.ispatch && feature_enabled('patch_viewer') %] | Diff -- cgit v1.2.3-24-g4f1b