aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-11-27 22:01:26 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-11-27 22:01:26 +0100
commit417271f5738b0a73bc3dba28f516675ca3d146ea (patch)
treef47c3889d063f886158929fa85df8d49eb340ae8 /phpBB/styles/prosilver
parent7b428641f04766ea8711cb47e76bbe2b52638abe (diff)
downloadforums-417271f5738b0a73bc3dba28f516675ca3d146ea.tar
forums-417271f5738b0a73bc3dba28f516675ca3d146ea.tar.gz
forums-417271f5738b0a73bc3dba28f516675ca3d146ea.tar.bz2
forums-417271f5738b0a73bc3dba28f516675ca3d146ea.tar.xz
forums-417271f5738b0a73bc3dba28f516675ca3d146ea.zip
[ticket/16211] Use form to ensure link data is passed on coppa registration
PHPBB3-16211
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r--phpBB/styles/prosilver/template/ucp_agreement.html3
1 files changed, 2 insertions, 1 deletions
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 @@
<div class="inner">
<fieldset class="submit-buttons">
<!-- IF S_SHOW_COPPA -->
- <strong><a href="{U_COPPA_NO}" class="button1">{L_COPPA_NO}</a></strong>&nbsp; <a href="{U_COPPA_YES}" class="button2">{L_COPPA_YES}</a>
+ <input type="submit" name="coppa_no" id="coppa_no" value="{{ L_COPPA_NO }}" class="button1" />
+ <input type="submit" name="coppa_yes" id="coppa_yes" value="{{ L_COPPA_YES }}" class="button2" />
<!-- ELSE -->
<input type="submit" name="agreed" id="agreed" value="{L_AGREE}" class="button1" />&nbsp;
<input type="submit" name="not_agreed" value="{L_NOT_AGREE}" class="button2" />