Files
cms-install/Resources/Private/Partials/Settings/Presets/Context/Live.fluid.html
T

22 lines
931 B
HTML

<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
<f:be.infobox state="{f:constant(name: 'TYPO3\CMS\Core\Type\ContextualFeedbackSeverity::OK')}" disableIcon="true">
<div class="form-check">
<input
type="radio"
class="form-check-input"
id="t3-install-tool-configuration-context-live"
name="install[values][{feature.name}][enable]"
value="{preset.name}"
{f:if(condition: preset.isActive, then:'checked="checked"')}
{f:if(condition: '!{isWritable}', then: 'disabled')}
/>
<label for="t3-install-tool-configuration-context-live" class="form-check-label">
<strong>Live</strong> {f:if(condition: preset.isActive, then:' [Active]')}
</label>
</div>
<p>Turn off debug output and set logging to warnings and errors only.</p>
</f:be.infobox>
</html>