Initial commit - Typo3 11.5.41
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{namespace freeCap=SJBR\SrFreecap\ViewHelpers}
|
||||
<dt class="tx-srfreecap-captcha">
|
||||
<label for="sjbr-freecap-captcha-response">{freeCap:translate(key: 'notice')} {freeCap:translate(key: 'explain')}</label>
|
||||
</dt>
|
||||
<dd>
|
||||
<f:form.textfield id="sjbr-freecap-captcha-response" property="captchaResponse" size="15" title="{freeCap:translate(key: 'notice')}{freeCap:translate(key: 'explain')}" />
|
||||
<freeCap:image />
|
||||
<freeCap:audio />
|
||||
</dd>
|
||||
@@ -0,0 +1,8 @@
|
||||
<!--###CAPTCHA_INSERT### this subpart is removed if CAPTCHA is not enabled! -->
|
||||
<div class="tx-your-extension-id-pi1-captcha">
|
||||
<label for="tx_your_extension_id_pi1_captcha_response">###SR_FREECAP_NOTICE###</label>
|
||||
<input type="text" size="15" id="tx_your_extension_id_pi1_captcha_response" name="tx_your_extension_id_pi1[captcha_response]" title="###SR_FREECAP_NOTICE###" value="">
|
||||
###SR_FREECAP_IMAGE###
|
||||
###SR_FREECAP_ACCESSIBLE###
|
||||
</div>
|
||||
<!--###CAPTCHA_INSERT###-->
|
||||
Reference in New Issue
Block a user