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/global/code-error.html.tmpl | 15 ++- .../en/default/global/confirm-user-match.html.tmpl | 22 +---- template/en/default/global/footer.html.tmpl | 27 ++--- template/en/default/global/header.html.tmpl | 109 +++++++++------------ template/en/default/global/tabs.html.tmpl | 2 +- template/en/default/global/user-error.html.tmpl | 12 +-- 6 files changed, 70 insertions(+), 117 deletions(-) (limited to 'template/en/default/global') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 08ddace9d..eef5d27a0 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -440,15 +440,14 @@ - - - - -
- [% error_message FILTER none %] -
+
+ [% error_message FILTER none %] +
+ +

+ Traceback: +

-

Traceback:

[% traceback FILTER html %]
[% IF variables %] diff --git a/template/en/default/global/confirm-user-match.html.tmpl b/template/en/default/global/confirm-user-match.html.tmpl index f02ea88ae..9db0bc923 100644 --- a/template/en/default/global/confirm-user-match.html.tmpl +++ b/template/en/default/global/confirm-user-match.html.tmpl @@ -79,21 +79,13 @@

Please go back and try other names or email addresses.

[% END %] - - - - - - [%# this is messy to allow later expansion %] - +
-
-
[% FOREACH field = matches %] - - - - - [% END %] - -
+ [% PROCESS field_names field_name=field.key %]: + [% FOREACH query = field.value %]
[% query.key FILTER html %] @@ -148,14 +140,8 @@ [% END %]
-
-
+ [% IF matchsuccess == 1 %] diff --git a/template/en/default/global/footer.html.tmpl b/template/en/default/global/footer.html.tmpl index e161a061c..7cc5e1b44 100644 --- a/template/en/default/global/footer.html.tmpl +++ b/template/en/default/global/footer.html.tmpl @@ -11,26 +11,17 @@ # global/useful-links.html.tmpl. #%] - [% Hook.process('main-end') %] - + [% Hook.process('main-end') %] + -[%# Migration note: below this point, this file corresponds to the old Param - # 'footerhtml' - #%] - - - + [% Hook.process("end") %] + diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index dceb44db9..ea00eeef5 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -86,8 +86,6 @@ [% END %] -[%# Migration note: contents of the old Param 'headerhtml' would go here %] - [% PROCESS "global/site-navigation.html.tmpl" %] [% PROCESS 'global/setting-descs.none.tmpl' %] @@ -215,75 +213,58 @@ [% Hook.process("additional_header") %] -[%# Migration note: contents of the old Param 'bodyhtml' go in the body tag, - # but set the onload attribute in the DEFAULT directive above. - #%] - - -[%# Migration note: the following file corresponds to the old Param - # 'bannerhtml' - #%] - - [%# header %] - -
+
-[% IF Param('announcehtml') %] -[% Param('announcehtml') FILTER none %] -[% END %] +
+ [% IF Param('announcehtml') %] + [% Param('announcehtml') FILTER none %] + [% END %] -[% IF message %] -
[% message %]
-[% END %] + [% IF message %] +
[% message %]
+ [% END %] [% BLOCK format_css_link %] [% IF style_url.match('/IE-fixes\.css') %] diff --git a/template/en/default/global/tabs.html.tmpl b/template/en/default/global/tabs.html.tmpl index 454066889..9cf5a897b 100644 --- a/template/en/default/global/tabs.html.tmpl +++ b/template/en/default/global/tabs.html.tmpl @@ -15,7 +15,7 @@ #%]
- +
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 2018caee2..7d9aef817 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1930,15 +1930,11 @@ admindocslinks = admindocslinks %] -
 
- - - -
- [% error_message FILTER none %] -
+
+ [% error_message FILTER none %] +
-

+

Please press Back and try again.

-- cgit v1.2.3-24-g4f1b