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/admin/settings/edit.html.tmpl | 67 +++++++++-------------- 1 file changed, 26 insertions(+), 41 deletions(-) (limited to 'template/en/default/admin/settings/edit.html.tmpl') diff --git a/template/en/default/admin/settings/edit.html.tmpl b/template/en/default/admin/settings/edit.html.tmpl index 411c527a6..86fb79e7b 100644 --- a/template/en/default/admin/settings/edit.html.tmpl +++ b/template/en/default/admin/settings/edit.html.tmpl @@ -16,41 +16,38 @@ #%] [% PROCESS global/header.html.tmpl - title = "Default Preferences" - %] + title = "Default Preferences" + style_urls = ['skins/standard/admin.css'] +%] [% PROCESS "global/setting-descs.none.tmpl" %]

-This lets you edit the default preferences values. + This lets you edit the default preferences values. The Default Value displayed + for each preference will apply to all users who do not choose their own value, + and to anyone who is not logged in.

-

-The Default Value displayed for each preference will apply to all users who -do not choose their own value, and to anyone who is not logged in. -

-

-The 'Enabled' checkbox controls whether or not this preference is available -to users.
-If it is checked, users will see this preference on their User Preferences page, -and will be allowed to choose their own value if they desire.
-If it is not checked, this preference will not appear on the User Preference -page, and the Default Value will automatically apply to everyone. -

-
-[% IF settings.size %] -
- - - - - - +
+ The 'Enabled' checkbox controls whether or not this preference is available to users: +
    +
  • If it is checked, users will be allowed to choose their own value if they desire.
  • +
  • If it is not checked, the Default Value will automatically apply to everyone.
  • +
+
+ + +
Preference TextDefault ValueEnabled
+ + + + + - [% FOREACH name = settings.keys %] + [% FOREACH name = settings.keys %] [% checkbox_name = name _ '-enabled' %] - - - [% END %] + [% END %]
Preference TextDefault ValueEnabled
+ [% setting_descs.$name OR name FILTER html %] @@ -63,31 +60,19 @@ page, and the Default Value will automatically apply to everyone. [% END %] + -
- - - - - -
- -
- +
-[% ELSE %] - There are no preferences to edit. -[% END %] [% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b