From eee18f3747592eb17ea1a16184c19e5cda1f500e Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 10 Aug 2019 15:11:43 +0200 Subject: [ticket/11327] Rename UCP reset password template PHPBB3-11327 --- phpBB/styles/prosilver/template/ucp_remind.html | 37 ---------------------- .../prosilver/template/ucp_reset_password.html | 37 ++++++++++++++++++++++ 2 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 phpBB/styles/prosilver/template/ucp_remind.html create mode 100644 phpBB/styles/prosilver/template/ucp_reset_password.html diff --git a/phpBB/styles/prosilver/template/ucp_remind.html b/phpBB/styles/prosilver/template/ucp_remind.html deleted file mode 100644 index 8b700de430..0000000000 --- a/phpBB/styles/prosilver/template/ucp_remind.html +++ /dev/null @@ -1,37 +0,0 @@ - - -
- -
-
- -
-

{L_SEND_PASSWORD}

- -
- {% if USERNAME_REQUIRED %} -

{{ lang('EMAIL_NOT_UNIQUE') }}

- {% endif %} -
-

{L_EMAIL_REMIND}
-
-
- {% if USERNAME_REQUIRED %} -
-
-
-
- {% endif %} -
-
 
-
{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 new file mode 100644 index 0000000000..8b700de430 --- /dev/null +++ b/phpBB/styles/prosilver/template/ucp_reset_password.html @@ -0,0 +1,37 @@ + + +
+ +
+
+ +
+

{L_SEND_PASSWORD}

+ +
+ {% if USERNAME_REQUIRED %} +

{{ lang('EMAIL_NOT_UNIQUE') }}

+ {% endif %} +
+

{L_EMAIL_REMIND}
+
+
+ {% if USERNAME_REQUIRED %} +
+
+
+
+ {% endif %} +
+
 
+
{S_HIDDEN_FIELDS} 
+
+ {S_FORM_TOKEN} +
+
+ +
+
+
+ + -- cgit v1.2.1