From 2b574f4d63e4ada0db82ca5a56773b3acf771d78 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 7 Jan 2014 11:42:19 +0100 Subject: Bug 840407: Remove the "align" and "valign" attributes r/a=justdave --- template/en/default/admin/params/index.html.tmpl | 42 +++++++++--------------- 1 file changed, 16 insertions(+), 26 deletions(-) (limited to 'template/en/default/admin/params/index.html.tmpl') diff --git a/template/en/default/admin/params/index.html.tmpl b/template/en/default/admin/params/index.html.tmpl index 65aa398eb..ee64eca9f 100644 --- a/template/en/default/admin/params/index.html.tmpl +++ b/template/en/default/admin/params/index.html.tmpl @@ -6,33 +6,23 @@ # defined by the Mozilla Public License, v. 2.0. #%] -

- All parameters are displayed below, per section. - If you cannot find one from here, then the parameter does not exist. -

+
+

+ All parameters are displayed below, per section. + If you cannot find one from here, then the parameter does not exist. +

-
- - - - - - [% FOREACH panel = panels %] + [% FOREACH panel = panels %] +

[% panel.title FILTER html %]

+ +
    [% FOREACH param = panel.param_list.sort('name') %] -
- - - +
  • + + [% param.name FILTER html %] +
  • [% END %] - - - - [% END %] -
    ParameterSection
    - - [% param.name FILTER html %] - - [% panel.title FILTER html %] -
      
    + + [% END %]
    -- cgit v1.2.3-24-g4f1b