From 37bac7ea1661464624b21f24940cbad625ef056b Mon Sep 17 00:00:00 2001 From: Fateh Sandhu Date: Mon, 1 Jan 2018 19:37:23 -0500 Subject: Bug 1426507 - Upgrade BMO to HTML5 --- template/en/default/admin/custom_fields/create.html.tmpl | 4 ++-- template/en/default/admin/custom_fields/edit.html.tmpl | 2 +- template/en/default/admin/params/common.html.tmpl | 2 +- .../admin/products/groupcontrol/confirm-edit.html.tmpl | 2 +- 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 | 8 ++++---- template/en/default/admin/workflow/comment.html.tmpl | 2 +- template/en/default/admin/workflow/edit.html.tmpl | 2 +- 11 files changed, 25 insertions(+), 25 deletions(-) (limited to 'template/en/default/admin') diff --git a/template/en/default/admin/custom_fields/create.html.tmpl b/template/en/default/admin/custom_fields/create.html.tmpl index f89f979fd..41852de03 100644 --- a/template/en/default/admin/custom_fields/create.html.tmpl +++ b/template/en/default/admin/custom_fields/create.html.tmpl @@ -32,7 +32,7 @@ %] [%# set initial editability of fields such as Reverse Relationship Description %] - @@ -108,7 +108,7 @@ YAHOO.util.Event.onDOMReady(function() {onChangeType(document.getElementById('ty -
+
Use this label for the list of [% terms.bugs %] that link to [%+ terms.abug %] with this [%+ field_types.${constants.FIELD_TYPE_BUG_ID} FILTER html %] diff --git a/template/en/default/admin/custom_fields/edit.html.tmpl b/template/en/default/admin/custom_fields/edit.html.tmpl index 5ce2b7fd5..ab6eeec0c 100644 --- a/template/en/default/admin/custom_fields/edit.html.tmpl +++ b/template/en/default/admin/custom_fields/edit.html.tmpl @@ -90,7 +90,7 @@ -
+
Use this label for the list of [% terms.bugs %] that link to [%+ terms.abug %] with this [%+ field_types.${constants.FIELD_TYPE_BUG_ID} FILTER html %] field. diff --git a/template/en/default/admin/params/common.html.tmpl b/template/en/default/admin/params/common.html.tmpl index 6458ba419..4941afa38 100644 --- a/template/en/default/admin/params/common.html.tmpl +++ b/template/en/default/admin/params/common.html.tmpl @@ -111,7 +111,7 @@ - diff --git a/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl b/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl index 1fc92c928..f9c836980 100644 --- a/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl +++ b/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl @@ -37,7 +37,7 @@ which the group is newly mandatory and will be added. group '[% group.name FILTER html %]' impacts [% group.count %]  [% terms.bugs %] for which the group is no longer applicable and will be removed.[% END %] -
+ [% PROCESS "global/hidden-fields.html.tmpl" exclude="^Bugzilla_(login|password)$" %] diff --git a/template/en/default/admin/users/confirm-delete.html.tmpl b/template/en/default/admin/users/confirm-delete.html.tmpl index 8f1a3d2fc..22db6a546 100644 --- a/template/en/default/admin/users/confirm-delete.html.tmpl +++ b/template/en/default/admin/users/confirm-delete.html.tmpl @@ -448,9 +448,9 @@

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

diff --git a/template/en/default/admin/users/create.html.tmpl b/template/en/default/admin/users/create.html.tmpl index 6fd5b67e7..fa1c00097 100644 --- a/template/en/default/admin/users/create.html.tmpl +++ b/template/en/default/admin/users/create.html.tmpl @@ -39,8 +39,8 @@ %]

- - + + [% INCLUDE listselectionhiddenfields %]

diff --git a/template/en/default/admin/users/edit.html.tmpl b/template/en/default/admin/users/edit.html.tmpl index 64eece345..4eb62e763 100644 --- a/template/en/default/admin/users/edit.html.tmpl +++ b/template/en/default/admin/users/edit.html.tmpl @@ -99,7 +99,7 @@ $(function() { [% %] + [% ' checked="checked"' IF perms.directbless %]> [% ']' IF perms.indirectbless %] [% END %] @@ -109,7 +109,7 @@ $(function() { 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 %] @@ -165,9 +165,9 @@ $(function() {

- - - + + + [% INCLUDE listselectionhiddenfields %] @@ -199,9 +199,9 @@ $(function() { [% 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 a2be91d7a..a1ed38939 100644 --- a/template/en/default/admin/users/listselectvars.html.tmpl +++ b/template/en/default/admin/users/listselectvars.html.tmpl @@ -28,6 +28,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 36ca48ed8..b9dbccb36 100644 --- a/template/en/default/admin/users/search.html.tmpl +++ b/template/en/default/admin/users/search.html.tmpl @@ -35,7 +35,7 @@ %]
- +

- + -

+

[% IF restrictablegroups.size %] -

+