From 8ceff6d039131a16caabe0ad61f9a1a8e7660b99 Mon Sep 17 00:00:00 2001 From: Christian Schnegelberger Date: Sat, 16 Jan 2021 18:32:30 +0100 Subject: [PATCH] [ticket/16660] Remove not needed RESET button fomr MCP and UCP PHPBB3-16660 --- phpBB/styles/prosilver/template/mcp_ban.html | 4 ++-- phpBB/styles/prosilver/template/mcp_notes_front.html | 1 - phpBB/styles/prosilver/template/mcp_notes_user.html | 2 +- phpBB/styles/prosilver/template/mcp_warn_front.html | 1 - phpBB/styles/prosilver/template/mcp_warn_post.html | 1 - phpBB/styles/prosilver/template/mcp_warn_user.html | 1 - phpBB/styles/prosilver/template/memberlist_search.html | 1 - phpBB/styles/prosilver/template/search_body.html | 2 +- phpBB/styles/prosilver/template/ucp_avatar_options.html | 1 - phpBB/styles/prosilver/template/ucp_groups_manage.html | 1 - phpBB/styles/prosilver/template/ucp_main_drafts.html | 2 +- phpBB/styles/prosilver/template/ucp_prefs_personal.html | 2 +- phpBB/styles/prosilver/template/ucp_prefs_post.html | 2 +- phpBB/styles/prosilver/template/ucp_prefs_view.html | 2 +- phpBB/styles/prosilver/template/ucp_profile_profile_info.html | 2 +- phpBB/styles/prosilver/template/ucp_profile_reg_details.html | 2 +- phpBB/styles/prosilver/template/ucp_profile_signature.html | 1 - phpBB/styles/prosilver/template/ucp_register.html | 1 - phpBB/styles/prosilver/template/ucp_resend.html | 2 +- phpBB/styles/prosilver/template/ucp_reset_password.html | 2 +- phpBB/styles/prosilver/template/ucp_zebra_foes.html | 2 +- phpBB/styles/prosilver/template/ucp_zebra_friends.html | 2 +- 22 files changed, 14 insertions(+), 23 deletions(-) diff --git a/phpBB/styles/prosilver/template/mcp_ban.html b/phpBB/styles/prosilver/template/mcp_ban.html index 86a322435d..202e2b9c84 100644 --- a/phpBB/styles/prosilver/template/mcp_ban.html +++ b/phpBB/styles/prosilver/template/mcp_ban.html @@ -81,7 +81,7 @@
- {S_HIDDEN_FIELDS}  + {S_HIDDEN_FIELDS} {S_FORM_TOKEN}
@@ -118,7 +118,7 @@
- {S_HIDDEN_FIELDS}  + {S_HIDDEN_FIELDS}
diff --git a/phpBB/styles/prosilver/template/mcp_notes_front.html b/phpBB/styles/prosilver/template/mcp_notes_front.html index 11f362376d..f68e321c20 100644 --- a/phpBB/styles/prosilver/template/mcp_notes_front.html +++ b/phpBB/styles/prosilver/template/mcp_notes_front.html @@ -19,7 +19,6 @@
-   {S_FORM_TOKEN}
diff --git a/phpBB/styles/prosilver/template/mcp_notes_user.html b/phpBB/styles/prosilver/template/mcp_notes_user.html index 62d0562a46..b2b5d77dfb 100644 --- a/phpBB/styles/prosilver/template/mcp_notes_user.html +++ b/phpBB/styles/prosilver/template/mcp_notes_user.html @@ -42,7 +42,7 @@
- {S_HIDDEN_FIELDS}  + {S_HIDDEN_FIELDS} {S_FORM_TOKEN}
diff --git a/phpBB/styles/prosilver/template/mcp_warn_front.html b/phpBB/styles/prosilver/template/mcp_warn_front.html index 9b188b52ac..d2a83e94c7 100644 --- a/phpBB/styles/prosilver/template/mcp_warn_front.html +++ b/phpBB/styles/prosilver/template/mcp_warn_front.html @@ -21,7 +21,6 @@
-   {S_FORM_TOKEN}
diff --git a/phpBB/styles/prosilver/template/mcp_warn_post.html b/phpBB/styles/prosilver/template/mcp_warn_post.html index 5e39480658..b38ea16d9e 100644 --- a/phpBB/styles/prosilver/template/mcp_warn_post.html +++ b/phpBB/styles/prosilver/template/mcp_warn_post.html @@ -69,7 +69,6 @@
-   {S_FORM_TOKEN}
diff --git a/phpBB/styles/prosilver/template/mcp_warn_user.html b/phpBB/styles/prosilver/template/mcp_warn_user.html index f4dbf2819e..4583c13551 100644 --- a/phpBB/styles/prosilver/template/mcp_warn_user.html +++ b/phpBB/styles/prosilver/template/mcp_warn_user.html @@ -53,7 +53,6 @@
-   {S_FORM_TOKEN}
diff --git a/phpBB/styles/prosilver/template/memberlist_search.html b/phpBB/styles/prosilver/template/memberlist_search.html index 34915ebc41..ed0240351b 100644 --- a/phpBB/styles/prosilver/template/memberlist_search.html +++ b/phpBB/styles/prosilver/template/memberlist_search.html @@ -76,7 +76,6 @@
-   {S_FORM_TOKEN}
diff --git a/phpBB/styles/prosilver/template/search_body.html b/phpBB/styles/prosilver/template/search_body.html index 2f667a3349..15167d0c6c 100644 --- a/phpBB/styles/prosilver/template/search_body.html +++ b/phpBB/styles/prosilver/template/search_body.html @@ -96,7 +96,7 @@
- {S_HIDDEN_FIELDS}  + {S_HIDDEN_FIELDS}
diff --git a/phpBB/styles/prosilver/template/ucp_avatar_options.html b/phpBB/styles/prosilver/template/ucp_avatar_options.html index 2cf9488ed0..812abb6657 100644 --- a/phpBB/styles/prosilver/template/ucp_avatar_options.html +++ b/phpBB/styles/prosilver/template/ucp_avatar_options.html @@ -39,7 +39,6 @@
-  
diff --git a/phpBB/styles/prosilver/template/ucp_groups_manage.html b/phpBB/styles/prosilver/template/ucp_groups_manage.html index adc8c614e6..ea75c8b1b1 100644 --- a/phpBB/styles/prosilver/template/ucp_groups_manage.html +++ b/phpBB/styles/prosilver/template/ucp_groups_manage.html @@ -74,7 +74,6 @@
{S_HIDDEN_FIELDS} -   {S_FORM_TOKEN}
diff --git a/phpBB/styles/prosilver/template/ucp_main_drafts.html b/phpBB/styles/prosilver/template/ucp_main_drafts.html index 52ad5b503b..43ab38d05c 100644 --- a/phpBB/styles/prosilver/template/ucp_main_drafts.html +++ b/phpBB/styles/prosilver/template/ucp_main_drafts.html @@ -16,7 +16,7 @@
- {S_HIDDEN_FIELDS}  + {S_HIDDEN_FIELDS} {S_FORM_TOKEN}
diff --git a/phpBB/styles/prosilver/template/ucp_prefs_personal.html b/phpBB/styles/prosilver/template/ucp_prefs_personal.html index 1650705d4b..c3da4e1b83 100644 --- a/phpBB/styles/prosilver/template/ucp_prefs_personal.html +++ b/phpBB/styles/prosilver/template/ucp_prefs_personal.html @@ -79,7 +79,7 @@
- {S_HIDDEN_FIELDS}  + {S_HIDDEN_FIELDS} {S_FORM_TOKEN}
diff --git a/phpBB/styles/prosilver/template/ucp_prefs_post.html b/phpBB/styles/prosilver/template/ucp_prefs_post.html index 169d41bf72..39197c5062 100644 --- a/phpBB/styles/prosilver/template/ucp_prefs_post.html +++ b/phpBB/styles/prosilver/template/ucp_prefs_post.html @@ -44,7 +44,7 @@
- {S_HIDDEN_FIELDS}  + {S_HIDDEN_FIELDS} {S_FORM_TOKEN}
diff --git a/phpBB/styles/prosilver/template/ucp_prefs_view.html b/phpBB/styles/prosilver/template/ucp_prefs_view.html index 4b7142fbea..6cfab87d6a 100644 --- a/phpBB/styles/prosilver/template/ucp_prefs_view.html +++ b/phpBB/styles/prosilver/template/ucp_prefs_view.html @@ -89,7 +89,7 @@
- {S_HIDDEN_FIELDS}  + {S_HIDDEN_FIELDS} {S_FORM_TOKEN}
diff --git a/phpBB/styles/prosilver/template/ucp_profile_profile_info.html b/phpBB/styles/prosilver/template/ucp_profile_profile_info.html index ac0cd153c2..a9d0ae8afe 100644 --- a/phpBB/styles/prosilver/template/ucp_profile_profile_info.html +++ b/phpBB/styles/prosilver/template/ucp_profile_profile_info.html @@ -42,7 +42,7 @@
- {S_HIDDEN_FIELDS}  + {S_HIDDEN_FIELDS} {S_FORM_TOKEN}
diff --git a/phpBB/styles/prosilver/template/ucp_profile_reg_details.html b/phpBB/styles/prosilver/template/ucp_profile_reg_details.html index f62d3cf37d..0da3539b35 100644 --- a/phpBB/styles/prosilver/template/ucp_profile_reg_details.html +++ b/phpBB/styles/prosilver/template/ucp_profile_reg_details.html @@ -50,7 +50,7 @@
- {S_HIDDEN_FIELDS}  + {S_HIDDEN_FIELDS} {S_FORM_TOKEN}
diff --git a/phpBB/styles/prosilver/template/ucp_profile_signature.html b/phpBB/styles/prosilver/template/ucp_profile_signature.html index ed28b7ab02..45348e35e0 100644 --- a/phpBB/styles/prosilver/template/ucp_profile_signature.html +++ b/phpBB/styles/prosilver/template/ucp_profile_signature.html @@ -42,7 +42,6 @@
{S_HIDDEN_FIELDS} -     {S_FORM_TOKEN} diff --git a/phpBB/styles/prosilver/template/ucp_register.html b/phpBB/styles/prosilver/template/ucp_register.html index 5a97dbc1eb..130de9056e 100644 --- a/phpBB/styles/prosilver/template/ucp_register.html +++ b/phpBB/styles/prosilver/template/ucp_register.html @@ -105,7 +105,6 @@
{S_HIDDEN_FIELDS} -   {S_FORM_TOKEN}
diff --git a/phpBB/styles/prosilver/template/ucp_resend.html b/phpBB/styles/prosilver/template/ucp_resend.html index 7713efe521..ac9e48e721 100644 --- a/phpBB/styles/prosilver/template/ucp_resend.html +++ b/phpBB/styles/prosilver/template/ucp_resend.html @@ -20,7 +20,7 @@
 
-
{S_HIDDEN_FIELDS}{S_FORM_TOKEN} 
+
{S_HIDDEN_FIELDS}{S_FORM_TOKEN}
diff --git a/phpBB/styles/prosilver/template/ucp_reset_password.html b/phpBB/styles/prosilver/template/ucp_reset_password.html index ec19ff7958..5a9a0a3ab8 100644 --- a/phpBB/styles/prosilver/template/ucp_reset_password.html +++ b/phpBB/styles/prosilver/template/ucp_reset_password.html @@ -36,7 +36,7 @@ {% endif %}
 
-
{{ S_HIDDEN_FIELDS }} 
+
{{ S_HIDDEN_FIELDS }}
{{ S_FORM_TOKEN }} diff --git a/phpBB/styles/prosilver/template/ucp_zebra_foes.html b/phpBB/styles/prosilver/template/ucp_zebra_foes.html index 2a0f6e0dea..206b7e666d 100644 --- a/phpBB/styles/prosilver/template/ucp_zebra_foes.html +++ b/phpBB/styles/prosilver/template/ucp_zebra_foes.html @@ -32,7 +32,7 @@
- {S_HIDDEN_FIELDS}  + {S_HIDDEN_FIELDS} {S_FORM_TOKEN}
diff --git a/phpBB/styles/prosilver/template/ucp_zebra_friends.html b/phpBB/styles/prosilver/template/ucp_zebra_friends.html index e584d876b8..52859dbef5 100644 --- a/phpBB/styles/prosilver/template/ucp_zebra_friends.html +++ b/phpBB/styles/prosilver/template/ucp_zebra_friends.html @@ -34,7 +34,7 @@
- {S_HIDDEN_FIELDS}  + {S_HIDDEN_FIELDS} {S_FORM_TOKEN}