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 --- .../en/default/attachment/confirm-delete.html.tmpl | 40 ++++++++++------------ template/en/default/attachment/diff-file.html.tmpl | 2 +- template/en/default/attachment/list.html.tmpl | 8 ++--- 3 files changed, 23 insertions(+), 27 deletions(-) (limited to 'template/en/default/attachment') diff --git a/template/en/default/attachment/confirm-delete.html.tmpl b/template/en/default/attachment/confirm-delete.html.tmpl index c03d58641..fe6135679 100644 --- a/template/en/default/attachment/confirm-delete.html.tmpl +++ b/template/en/default/attachment/confirm-delete.html.tmpl @@ -21,48 +21,44 @@ doc_section = "attachments.html" %] - +
- - + + - - + - - + + - - + + - - + + - - + + - - + +
FieldValueFieldValue
Attachment ID: + Attachment ID [% a.id FILTER html %]
File name:[% a.filename FILTER html %]File name[% a.filename FILTER html %]
Description:[% a.description FILTER html %]Description[% a.description FILTER html %]
Contained in [% terms.Bug %]:[% a.bug_id FILTER bug_link(a.bug_id) FILTER none %]Contained in [% terms.Bug %][% a.bug_id FILTER bug_link(a.bug_id) FILTER none %]
Creator:[% a.attacher.identity FILTER html %]Creator[% a.attacher.identity FILTER html %]
Creation Date:[% a.attached FILTER time %]Creation Date[% a.attached FILTER time %]

Confirmation

- - - - -
- The content of this attachment will be deleted in an irreversible way. -
+

+ The content of this attachment will be deleted in an irreversible way. +

Do you really want to delete this attachment?

diff --git a/template/en/default/attachment/diff-file.html.tmpl b/template/en/default/attachment/diff-file.html.tmpl index 1af6b3140..cf2aadde6 100644 --- a/template/en/default/attachment/diff-file.html.tmpl +++ b/template/en/default/attachment/diff-file.html.tmpl @@ -44,7 +44,7 @@ incremental_restore() [% FOREACH section = sections %] [% section_num = section_num + 1 %] - +
[% IF file.is_add %] Added 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