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/header.html.tmpl | 109 ++++++++++++---------------- 1 file changed, 45 insertions(+), 64 deletions(-) (limited to 'template/en/default/global/header.html.tmpl') 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') %] -- cgit v1.2.3-24-g4f1b