Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sg_mail
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TYPO3
sg_mail
Commits
206d7c25
Commit
206d7c25
authored
5 months ago
by
Florian Will
Browse files
Options
Downloads
Patches
Plain Diff
[TASK] changed Index.html
parent
669e1459
No related branches found
No related tags found
1 merge request
!64
Feature 5168 unify root page selector
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Resources/Private/Templates/Site/Index.html
+28
-20
28 additions, 20 deletions
Resources/Private/Templates/Site/Index.html
with
28 additions
and
20 deletions
Resources/Private/Templates/Site/Index.html
+
28
−
20
View file @
206d7c25
<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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment