1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/16612] Change class names from agreement text

PHPBB3-16612
This commit is contained in:
Christian Schnegelberger
2020-10-08 21:02:41 +02:00
parent 794ad66896
commit 604b3f49b7
3 changed files with 6 additions and 6 deletions

View File

@@ -33,7 +33,7 @@
<div class="content">
<h2 class="sitename-title">{SITENAME} - {L_REGISTRATION}</h2>
<!-- EVENT ucp_agreement_terms_before -->
<div class="agreement-text"><!-- IF S_SHOW_COPPA --><p>{L_COPPA_BIRTHDAY}</p><!-- ELSE -->{L_TERMS_OF_USE}<!-- ENDIF --></div>
<div class="agreement"><!-- IF S_SHOW_COPPA --><p class="agreement-text">{L_COPPA_BIRTHDAY}</p><!-- ELSE -->{L_TERMS_OF_USE}<!-- ENDIF --></div>
<!-- EVENT ucp_agreement_terms_after -->
</div>
</div>
@@ -62,7 +62,7 @@
<div class="inner">
<div class="content">
<h2 class="sitename-title">{SITENAME} - {AGREEMENT_TITLE}</h2>
<div class="agreement-text">{AGREEMENT_TEXT}</div>
<div class="agreement">{AGREEMENT_TEXT}</div>
</div>
</div>
</div>