Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sg_jobs
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
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_jobs
Commits
2b724a20
Commit
2b724a20
authored
4 months ago
by
Florian Will
Browse files
Options
Downloads
Patches
Plain Diff
[TASK] changed SelectRoot
parent
2bac4ef4
No related branches found
No related tags found
1 merge request
!52
Feature 5168 unify root page selector
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Resources/Private/Partials/Backend/SelectRoot.html
+17
-16
17 additions, 16 deletions
Resources/Private/Partials/Backend/SelectRoot.html
with
17 additions
and
16 deletions
Resources/Private/Partials/Backend/SelectRoot.html
+
17
−
16
View file @
2b724a20
{namespace sg=SGalinski\SgJobs\ViewHelpers}
<p>
<f:translate
key=
"backend.selectRootPage"
/>
</p>
<f:if
condition=
"{pages}"
>
<div
class=
"panel panel-default recordlist"
>
<div
class=
"panel-heading"
>
<f:translate
key=
"backend.selectRootPage"
/>
</div>
<div
class=
"table-fit"
>
<table
data-table=
"pages"
class=
"table table-striped table-hover"
>
<tbody>
<f:for
each=
"{pages}"
as=
"page"
>
<tr
data-uid=
"{page.uid}"
>
<td
nowrap=
"nowrap"
class=
"col-title"
>
<f:link.action
class=
"sg-jobs_pageswitch"
action=
"index"
additionalParams=
"{id: page.uid}"
additionalAttributes=
"{data-page: page.uid, data-path: page.path}"
>
<core:iconForRecord
table=
"pages"
row=
"{page}"
/>
{page._thePathFull}
</f:link.action>
</td>
</tr>
</f:for>
<f:for
each=
"{pages}"
as=
"page"
>
<tr
data-uid=
"{page.uid}"
>
<td
nowrap=
"nowrap"
class=
"col-title"
>
<f:link.action
class=
"sg-jobs_pageswitch"
action=
"index"
additionalParams=
"{id: page.uid}"
additionalAttributes=
"{data-page: page.uid, data-path: page.path}"
>
<core:iconForRecord
table=
"pages"
row=
"{page}"
/>
{page._thePathFull}
</f:link.action>
</td>
</tr>
</f:for>
</tbody>
</table>
</div>
...
...
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