first commit
This commit is contained in:
10
Resources/Private/Layouts/Backend/WithPageTree.html
Normal file
10
Resources/Private/Layouts/Backend/WithPageTree.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<f:if condition="{can_not_proceed}">
|
||||
<f:then>
|
||||
<f:render partial="Backend/NoSiteAvailable" arguments="{_all}"/>
|
||||
</f:then>
|
||||
<f:else>
|
||||
|
||||
<f:render partial="Backend/FlashMessages" />
|
||||
<f:render section="Main"/>
|
||||
</f:else>
|
||||
</f:if>
|
1
Resources/Private/Layouts/Facet.html
Normal file
1
Resources/Private/Layouts/Facet.html
Normal file
@@ -0,0 +1 @@
|
||||
<f:render section="Facet" />
|
8
Resources/Private/Layouts/Fullwidth.html
Normal file
8
Resources/Private/Layouts/Fullwidth.html
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
<div class="tx_meilisearch container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<f:render section="content" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
7
Resources/Private/Layouts/Split.html
Normal file
7
Resources/Private/Layouts/Split.html
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
<div class="tx_meilisearch container">
|
||||
<div class="row">
|
||||
<div class="col-md-3"><f:render section="extra" /></div>
|
||||
<div class="col-md-9"><f:render section="content" /></div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user