From 4c3cb4bc5c9f4fafdac856c359ecb77838d6d36a Mon Sep 17 00:00:00 2001 From: Jakub Senko Date: Mon, 18 Jun 2018 13:34:02 +0200 Subject: [ticket/13043] Improve HTML5 PHPBB3-13043 --- phpBB/styles/prosilver/template/ucp_agreement.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'phpBB/styles/prosilver/template/ucp_agreement.html') diff --git a/phpBB/styles/prosilver/template/ucp_agreement.html b/phpBB/styles/prosilver/template/ucp_agreement.html index 943774c6ec..ace65254d7 100644 --- a/phpBB/styles/prosilver/template/ucp_agreement.html +++ b/phpBB/styles/prosilver/template/ucp_agreement.html @@ -3,8 +3,7 @@ -
-- cgit v1.2.1 From 9c47e0eee8e57c75191e1c3a3d6fbcfd0aa80fe2 Mon Sep 17 00:00:00 2001 From: Jakub Senko Date: Mon, 27 May 2019 15:49:49 +0200 Subject: [ticket/15974] Remove Back to previous page link PHPBB3-15974 --- phpBB/styles/prosilver/template/ucp_agreement.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'phpBB/styles/prosilver/template/ucp_agreement.html') diff --git a/phpBB/styles/prosilver/template/ucp_agreement.html b/phpBB/styles/prosilver/template/ucp_agreement.html index ace65254d7..d4fef9f0a5 100644 --- a/phpBB/styles/prosilver/template/ucp_agreement.html +++ b/phpBB/styles/prosilver/template/ucp_agreement.html @@ -62,8 +62,6 @@

{SITENAME} - {AGREEMENT_TITLE}

{AGREEMENT_TEXT}

-
-

{L_BACK}

-- cgit v1.2.1 From 417271f5738b0a73bc3dba28f516675ca3d146ea Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Wed, 27 Nov 2019 22:01:26 +0100 Subject: [ticket/16211] Use form to ensure link data is passed on coppa registration PHPBB3-16211 --- phpBB/styles/prosilver/template/ucp_agreement.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template/ucp_agreement.html') diff --git a/phpBB/styles/prosilver/template/ucp_agreement.html b/phpBB/styles/prosilver/template/ucp_agreement.html index d4fef9f0a5..7959925d30 100644 --- a/phpBB/styles/prosilver/template/ucp_agreement.html +++ b/phpBB/styles/prosilver/template/ucp_agreement.html @@ -43,7 +43,8 @@
- {L_COPPA_NO}  {L_COPPA_YES} + +   -- cgit v1.2.1