From 5a15633a1179f960e1726eebf7f38c7ee2f2b4f8 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sat, 28 Dec 2013 20:55:54 +0100 Subject: Bug 952795: Remove all style="..." attributes from HTML elements r/a=justdave --- template/en/default/list/edit-multiple.html.tmpl | 21 +++++++++++---------- template/en/default/list/server-push.html.tmpl | 2 +- template/en/default/list/table.html.tmpl | 4 ++-- 3 files changed, 14 insertions(+), 13 deletions(-) (limited to 'template/en/default/list') diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index a103a4173..a0ee9f964 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -28,15 +28,16 @@
-

- To change multiple [% terms.bugs %]:

-
    -
  1. Check the [% terms.bugs %] you want to change above.
  2. -
  3. Make your changes in the form fields below. If the change - you are making requires an explanation, include it in - the comments box.
  4. -
  5. Click the Commit button.
  6. -
+
+ To change multiple [% terms.bugs %]: +
    +
  1. Check the [% terms.bugs %] you want to change above.
  2. +
  3. Make your changes in the form fields below. If the change + you are making requires an explanation, include it in + the comments box.
  4. +
  5. Click the Commit button.
  6. +
+
@@ -355,7 +356,7 @@
[% IF foundinactive %] -

(Note: [% terms.Bugs %] may not be added to [% FILTER inactive %]inactive +

(Note: [% terms.Bugs %] may not be added to [% FILTER inactive %]inactive groups[% END %], only removed.)

[% END %] diff --git a/template/en/default/list/server-push.html.tmpl b/template/en/default/list/server-push.html.tmpl index c4a3a8455..f19d6cbe0 100644 --- a/template/en/default/list/server-push.html.tmpl +++ b/template/en/default/list/server-push.html.tmpl @@ -18,7 +18,7 @@ rel="stylesheet" type="text/css"> -

Please stand by ...

+

Please stand by ...

[% IF debug %]

[% query FILTER html %]

diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 17eade1fe..79d9535b9 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -177,12 +177,12 @@ [% END %] [% bug.bug_id %] - [%+ '[SEC]' IF bug.secure_mode %] + [%+ '[SEC]' IF bug.secure_mode %] [% FOREACH column = displaycolumns %] [% col_abbrev = abbrev.$column %] - [% IF col_abbrev.maxlength %] -- cgit v1.2.3-24-g4f1b