33 lines
858 B
HTML
33 lines
858 B
HTML
<html
|
|
xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
|
|
data-namespace-typo3-fluid="true"
|
|
>
|
|
|
|
<f:layout name="Module" />
|
|
|
|
<f:section name="Content">
|
|
|
|
<f:asset.module identifier="@typo3/backend/context-menu.js"/>
|
|
<f:asset.module identifier="@typo3/backend/modal.js"/>
|
|
<f:asset.module identifier="@typo3/backend/site-inline-actions.js"/>
|
|
|
|
<f:render partial="SiteManagement/InvalidSets" arguments="{site: site}"/>
|
|
|
|
<form
|
|
action="{f:be.uri(route:'site_configuration.save')}"
|
|
method="post"
|
|
enctype="multipart/form-data"
|
|
name="editform"
|
|
id="siteConfigurationController"
|
|
>
|
|
{formEngineHtml -> f:format.raw()}
|
|
|
|
<input type="hidden" name="returnUrl" value="{returnUrl}" />
|
|
<input type="hidden" name="closeDoc" value="0" />
|
|
<input type="hidden" name="rootPageId" value="{rootPageId}" />
|
|
</form>
|
|
|
|
</f:section>
|
|
|
|
</html>
|