Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
TYPO3
sg_mail
Commits
f15a5fec
Commit
f15a5fec
authored
May 26, 2021
by
Kevin Ditscheid
Browse files
[BUGFIX] Add a headline to the rootpage selection screen
parent
43716c13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
15 deletions
+20
-15
Resources/Private/Templates/Site/Index.html
Resources/Private/Templates/Site/Index.html
+20
-15
No files found.
Resources/Private/Templates/Site/Index.html
View file @
f15a5fec
...
...
@@ -2,21 +2,26 @@
<f:section
name=
"content"
>
<div
class=
"panel panel-default recordlist"
>
<div
class=
"table-fit"
>
<table
data-table=
"pages"
class=
"table table-striped table-hover"
>
<tbody>
<f:for
each=
"{sites}"
as=
"site"
>
<tr
data-uid=
"{site.pid}"
>
<td
nowrap=
"nowrap"
class=
"col-title"
>
<f:link.action
action=
"{action}"
controller=
"{controller}"
additionalParams=
"{id: site.uid, returnUrl: returnUrl}"
>
<core:iconForRecord
row=
"{site}"
table=
"pages"
/>
{site._thePathFull}
</f:link.action>
</td>
</tr>
</f:for>
</tbody>
</table>
<div
class=
"panel-heading"
>
<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=
"site"
>
<tr
data-uid=
"{site.pid}"
>
<td
nowrap=
"nowrap"
class=
"col-title"
>
<f:link.action
action=
"{action}"
controller=
"{controller}"
additionalParams=
"{id: site.uid, returnUrl: returnUrl}"
>
<core:iconForRecord
row=
"{site}"
table=
"pages"
/>
{site._thePathFull}
</f:link.action>
</td>
</tr>
</f:for>
</tbody>
</table>
</div>
</div>
</div>
</f:section>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment