Skip to content
Snippets Groups Projects
Commit 206d7c25 authored by Florian Will's avatar Florian Will
Browse files

[TASK] changed Index.html

parent 669e1459
No related branches found
No related tags found
1 merge request!64Feature 5168 unify root page selector
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
xmlns:core="http://typo3.org/ns/TYPO3/CMS/Core/ViewHelpers"
xmlns:formvh="http://typo3.org/ns/TYPO3/CMS/Form/ViewHelpers"
data-namespace-typo3-fluid="true">
<f:layout name="Empty" />
<f:section name="content">
<h1><f:translate key="mlang_labels_tablabel" /></h1>
<div class="panel panel-default recordlist">
<div class="panel-heading">
<f:translate key="backend.no_site_root" />
<f:translate key="backend.no_site_root"/>
</div>
<div class="panel-body">
<div class="table-fit">
<table data-table="pages" class="table table-striped table-hover">
<tbody>
<f:for each="{sites}" as="page">
<f:if condition="{page.uid}">
<tr data-uid="{page.pid}">
<td nowrap="nowrap" class="col-title">
<f:link.action action="{action}" controller="{controller}" additionalParams="{id: page.uid, returnUrl: returnUrl}">
<core:iconForRecord row="{page}" table="pages" />
{page._thePathFull}
</f:link.action>
</td>
</tr>
</f:if>
</f:for>
</tbody>
</table>
</div>
<div class="table-fit">
<table data-table="pages" class="table table-striped table-hover">
<tbody>
<f:for each="{sites}" as="page">
<f:if condition="{page.uid}">
<tr data-uid="{page.pid}">
<td nowrap="nowrap" class="col-title">
<f:link.action action="{action}" controller="{controller}"
additionalParams="{id: page.uid, returnUrl: returnUrl}">
<core:iconForRecord row="{page}" table="pages"/>
{page._thePathFull}
</f:link.action>
</td>
</tr>
</f:if>
</f:for>
</tbody>
</table>
</div>
</div>
</f:section>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment