1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2019-12-06 07:22:52 +01:00
3 changed files with 65 additions and 7 deletions

View File

@@ -43,7 +43,8 @@
<div class="inner">
<fieldset class="submit-buttons">
<!-- IF S_SHOW_COPPA -->
<strong><a href="{U_COPPA_NO}" class="button1 button button-form">{L_COPPA_NO}</a></strong>&nbsp; <a href="{U_COPPA_YES}" class="button1 button button-form-bold">{L_COPPA_YES}</a>
<input type="submit" name="coppa_no" id="coppa_no" value="{{ L_COPPA_NO }}" class="button1 button button-form" />
<input type="submit" name="coppa_yes" id="coppa_yes" value="{{ L_COPPA_YES }}" class="button1 button button-form-bold" />
<!-- ELSE -->
<input type="submit" name="agreed" id="agreed" value="{L_AGREE}" class="button1 button button-form" />&nbsp;
<input type="submit" name="not_agreed" value="{L_NOT_AGREE}" class="button1 button button-form-bold" />