mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-09-25 01:53:03 +02:00
fix(form): reword CC2r consent label to 'J'adhère au Collective Commitment to Reuse (CC2r)', italic
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
<label class="admin-checkbox-label">
|
<label class="admin-checkbox-label">
|
||||||
<input type="checkbox" name="cc2r" value="1"
|
<input type="checkbox" name="cc2r" value="1"
|
||||||
<?= $cc2r ? 'checked' : '' ?>>
|
<?= $cc2r ? 'checked' : '' ?>>
|
||||||
J'accepte les conditions collectives de réutilisation (CC2r)
|
<em>J'adhère au Collective Commitment to Reuse (CC2r)</em>
|
||||||
</label>
|
</label>
|
||||||
<small><a href="https://cc2r.net/" target="_blank" rel="noopener">En savoir plus sur la CC2r ↗</a></small>
|
<small><a href="https://cc2r.net/" target="_blank" rel="noopener">En savoir plus sur la CC2r ↗</a></small>
|
||||||
</div>
|
</div>
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
<label class="admin-checkbox-label">
|
<label class="admin-checkbox-label">
|
||||||
<input type="checkbox" name="cc2r" value="1"
|
<input type="checkbox" name="cc2r" value="1"
|
||||||
<?= $cc2r ? 'checked' : '' ?>>
|
<?= $cc2r ? 'checked' : '' ?>>
|
||||||
J'accepte les conditions collectives de réutilisation (CC2r)
|
<em>J'adhère au Collective Commitment to Reuse (CC2r)</em>
|
||||||
</label>
|
</label>
|
||||||
<small><a href="https://cc2r.net/" target="_blank" rel="noopener">En savoir plus sur la CC2r ↗</a></small>
|
<small><a href="https://cc2r.net/" target="_blank" rel="noopener">En savoir plus sur la CC2r ↗</a></small>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user