name="install[values][{feature.name}][enable]"
value="{preset.name}"
{f:if(condition:'{preset.isAvailable}', then:'', else:'disabled="disabled"')}
- {f:if(condition:'{preset.isActive}', then:'checked="checked"')}
+ {f:if(condition: preset.isActive, then:'checked="checked"')}
/>
<label
for="t3-install-tool-configuration-mail-sendmail"
<strong>
Import sendmail command from PHP settings
</strong>
- {f:if(condition:'{preset.isActive}', then:' [Active]')}
+ {f:if(condition: preset.isActive, then:' [Active]')}
</label>
</div>
</div>
<div class="message-body>">
<f:if condition="{preset.isAvailable}">
<f:then>
- If you enable this setting the sendmail command will be set to: <pre>{preset.sendmailPath}</pre>
+ <p>If you enable this setting the sendmail command will be set to:</p>
+ <p><pre>{preset.sendmailPath}</pre></p>
</f:then>
<f:else>
- Sendmail was not found in your PHP settings.
+ <p>Sendmail was not found in your PHP settings.</p>
</f:else>
</f:if>
</div>