This commit is contained in:
genuineparts 2025-06-03 23:02:49 +02:00
parent 85994871a0
commit 26732d5cd8
7 changed files with 180 additions and 85 deletions

View file

@ -40,16 +40,14 @@
<div class="row add-bottom">
<div class="twelve columns">
<input type="checkbox" value="1" name="agreed" id="agreed" /><strong> Ich stimme den <a href="/text/nutzungsbedingungen.html">Nutzungsbedingungen</a> zu und best&auml;tige mindestens 16 Jahre alt zu sein.</strong><img src="themes/default/images/icons/bullet_star.png" style="border:none;"/>
</fieldset>
{if $captcha==1}
<fieldset>
<legend>Captcha<img src="themes/default/images/icons/bullet_star.png" style="border:none;"/></legend>
<div class="g-recaptcha" data-sitekey="6Lf5_xoUAAAAAC4J3gMQYJhKqCUIS1uITL2D3kpC"></div>
</fieldset>
{if $captcha != ""}
<legend>Captcha<img src="themes/default/images/icons/bullet_star.png" style="border:none;"/></legend>
{$captcha}
{/if}
</fieldset>
<img src="themes/default/images/icons/bullet_star.png" style="border:none;"/> Pflichtfelder<br />
<input type="hidden" name="sid" value="{$sid}" />
<input type="submit" class="button" name="submit" value="Register" />
</form>
</div>
</div>
</div>