aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-12-06 07:20:34 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-12-06 07:20:34 +0100
commit3009e7ffbe2fae722995db5a419a04eeba810d71 (patch)
tree0e8371bbfbdf63b6656e360a7e0d37043a74d4d6 /phpBB/styles/prosilver
parentd7425b4998d68b51ecee543d2b77d9d5ed17cbd7 (diff)
parent1f00e160ab69b2a709793abc1829cc6e91e07b93 (diff)
downloadforums-3009e7ffbe2fae722995db5a419a04eeba810d71.tar
forums-3009e7ffbe2fae722995db5a419a04eeba810d71.tar.gz
forums-3009e7ffbe2fae722995db5a419a04eeba810d71.tar.bz2
forums-3009e7ffbe2fae722995db5a419a04eeba810d71.tar.xz
forums-3009e7ffbe2fae722995db5a419a04eeba810d71.zip
Merge branch '3.2.x' into 3.3.x
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" />