TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user