Your IP : 216.73.216.43


Current Path : /var/www/surf/TYPO3/vendor/mask/mask/Resources/Private/Partials/Form/
Upload File :
Current File : //var/www/surf/TYPO3/vendor/mask/mask/Resources/Private/Partials/Form/Description.html

<label class="t3js-formengine-label form-label" for="form_description">
    <f:translate key="LLL:EXT:mask/Resources/Private/Language/locallang.xlf:tx_mask.field.description"/>
</label>
<div class="t3js-formengine-field-item">
    <span class="formengine-field-item-description text-muted">{f:translate(key: 'LLL:EXT:mask/Resources/Private/Language/locallang.xlf:tx_mask.placeholder.description')}</span>
    <div class="form-control-wrap">
    <textarea
        v-model="global.activeField.description"
        id="form_description"
        class="form-control"
        rows="3"
        title="{f:translate(key: 'LLL:EXT:mask/Resources/Private/Language/locallang.xlf:tx_mask.content.description')}">
    </textarea>
    </div>
</div>