Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
voting.typo3.org
extensions
election
Commits
ad9b63d9
Commit
ad9b63d9
authored
Mar 14, 2020
by
Marco Huber
Browse files
More lists with nominees to shuffle
parent
2c500103
Changes
2
Hide whitespace changes
Inline
Side-by-side
Resources/Private/Partials/Model/Nominee/List.html
View file @
ad9b63d9
...
...
@@ -20,7 +20,7 @@
</th>
</tr>
</thead>
<tbody>
<tbody
class=
"shuffle-rows"
>
<f:for
each=
"{nominees}"
as=
"nominee"
>
<tr
{
f:if
(
condition:
'{
nominee.public
}',
else:
'
style=
"background-color:#ddd;"
')}
>
<td>
...
...
Resources/Private/Partials/Model/Nominee/VoteList.html
View file @
ad9b63d9
...
...
@@ -14,7 +14,7 @@
</th>
</tr>
</thead>
<tbody>
<tbody
class=
"shuffle-rows"
>
<f:for
each=
"{nominees}"
as=
"nominee"
>
<f:if
condition=
"{nominee.public}"
>
<tr>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment