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 --- .../admin/milestones/confirm-delete.html.tmpl | 52 +++++++++++----------- .../en/default/admin/milestones/create.html.tmpl | 3 +- .../en/default/admin/milestones/edit.html.tmpl | 10 ++--- 3 files changed, 33 insertions(+), 32 deletions(-) (limited to 'template/en/default/admin/milestones') diff --git a/template/en/default/admin/milestones/confirm-delete.html.tmpl b/template/en/default/admin/milestones/confirm-delete.html.tmpl index 2318a76bb..bc8b4eee3 100644 --- a/template/en/default/admin/milestones/confirm-delete.html.tmpl +++ b/template/en/default/admin/milestones/confirm-delete.html.tmpl @@ -21,33 +21,33 @@ style_urls = ['skins/standard/admin.css'] %] - - - - - - - - - - - - - - - -
FieldValue
Milestone:[% milestone.name FILTER html %]
Milestone of Product:[% product.name FILTER html %]
[% terms.Bugs %]: -[% IF milestone.bug_count %] - + + + + + + + + + + + + + + + + - + [% ELSE %] + None + [% END %] + +
FieldValue
Milestone[% milestone.name FILTER html %]
Milestone of Product[% product.name FILTER html %]
[% terms.Bugs %] + [% IF milestone.bug_count %] + [% milestone.bug_count FILTER none %] -[% ELSE %] - None -[% END %] -

Confirmation

diff --git a/template/en/default/admin/milestones/create.html.tmpl b/template/en/default/admin/milestones/create.html.tmpl index 31352a963..78ef49a8a 100644 --- a/template/en/default/admin/milestones/create.html.tmpl +++ b/template/en/default/admin/milestones/create.html.tmpl @@ -17,11 +17,12 @@ [% PROCESS global/header.html.tmpl title = title subheader = subheader + style_urls = ['skins/standard/admin.css'] onload = "document.forms['f'].milestone.focus()" %]
- +
- - +
- + - + - + -- cgit v1.2.3-24-g4f1b