From 98446d4f4473c2c06515ea606cd6643b13092e0c Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 7 Jan 2014 20:26:08 +0100 Subject: Bug 952796: Remove HTML attributes which are obsolete in HTML5 r/a=justdave --- template/en/default/admin/users/confirm-delete.html.tmpl | 6 +++--- template/en/default/admin/users/create.html.tmpl | 4 ++-- template/en/default/admin/users/edit.html.tmpl | 16 ++++++++-------- template/en/default/admin/users/listselectvars.html.tmpl | 2 +- template/en/default/admin/users/search.html.tmpl | 9 +++++---- template/en/default/admin/users/userdata.html.tmpl | 15 +++++++-------- 6 files changed, 26 insertions(+), 26 deletions(-) (limited to 'template/en/default/admin') diff --git a/template/en/default/admin/users/confirm-delete.html.tmpl b/template/en/default/admin/users/confirm-delete.html.tmpl index 73a72d08d..20100a86b 100644 --- a/template/en/default/admin/users/confirm-delete.html.tmpl +++ b/template/en/default/admin/users/confirm-delete.html.tmpl @@ -441,9 +441,9 @@

- - - + + + [% INCLUDE listselectionhiddenfields %]

diff --git a/template/en/default/admin/users/create.html.tmpl b/template/en/default/admin/users/create.html.tmpl index 354ba5f2d..1ca2eb791 100644 --- a/template/en/default/admin/users/create.html.tmpl +++ b/template/en/default/admin/users/create.html.tmpl @@ -32,8 +32,8 @@ %]

- - + + [% INCLUDE listselectionhiddenfields %]

diff --git a/template/en/default/admin/users/edit.html.tmpl b/template/en/default/admin/users/edit.html.tmpl index e301ed21e..3f4fb76b9 100644 --- a/template/en/default/admin/users/edit.html.tmpl +++ b/template/en/default/admin/users/edit.html.tmpl @@ -65,7 +65,7 @@ [% %] + [% ' checked="checked"' IF perms.directbless %]> [% ']' IF perms.indirectbless %] [% END %] @@ -75,7 +75,7 @@ id="group_[% group.id %]" name="group_[% group.id %]" value="1" - [% ' checked="checked"' IF perms.directmember %] /> + [% ' checked="checked"' IF perms.directmember %]> [% '*' IF perms.regexpmember %] [% ']' IF perms.derivedmember %] @@ -115,9 +115,9 @@

- - - + + + [% INCLUDE listselectionhiddenfields %] @@ -143,9 +143,9 @@ [% IF Param('allowuserdeletion') && editusers %]

- - - + + + [% INCLUDE listselectionhiddenfields %]

diff --git a/template/en/default/admin/users/listselectvars.html.tmpl b/template/en/default/admin/users/listselectvars.html.tmpl index bd03113d5..d738b254c 100644 --- a/template/en/default/admin/users/listselectvars.html.tmpl +++ b/template/en/default/admin/users/listselectvars.html.tmpl @@ -21,6 +21,6 @@ [% BLOCK listselectionhiddenfields %] [% FOREACH field = listselectionvalues.keys %] + value="[% listselectionvalues.$field FILTER html %]"> [% END %] [% END %] diff --git a/template/en/default/admin/users/search.html.tmpl b/template/en/default/admin/users/search.html.tmpl index 55b7300a6..a1bc2809c 100644 --- a/template/en/default/admin/users/search.html.tmpl +++ b/template/en/default/admin/users/search.html.tmpl @@ -27,7 +27,7 @@ %]
- +

- + -

+ +

[% IF restrictablegroups.size %] -

+

+ [% IF editform %] [% IF !otheruser.in_group('bz_sudo_protect') %] -
+
Impersonate this user [% END %] @@ -52,9 +52,8 @@ [% IF editusers %] - + [% ELSE %] [% otheruser.name FILTER html %] [% END %] @@ -72,7 +71,7 @@ + value="" autocomplete="off"> [% IF password_complexity == "mixed_letters" %] (Password must contain at least one UPPER and one lowercase letter.) [% ELSIF password_complexity == "letters_numbers" %] @@ -80,7 +79,7 @@ [% ELSIF password_complexity == "letters_numbers_specialchars" %] (Password must contain at least one letter, a number and a special character.) [% END %] - [% IF editform %]
+ [% IF editform %]
(Enter new password to change.) [% END %] -- cgit v1.2.3-24-g4f1b