Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
Archive
t3o
my.typo3.org
Commits
e773ee58
Commit
e773ee58
authored
Feb 11, 2019
by
mabolek
Committed by
Sebastian Kotte
Feb 12, 2019
Browse files
[TASK] Issuer label in list
parent
349a8134
Changes
1
Hide whitespace changes
Inline
Side-by-side
extensions/karma/Resources/Private/Templates/UserDisplay/List.html
View file @
e773ee58
...
...
@@ -12,8 +12,7 @@
<f:for
each=
"{entries}"
as=
"entry"
>
<tr
id=
"entry-{entry.uid}"
>
<td>
{entry.crdate -> f:format.date(format:'j F, Y')}
</td>
<td>
{settings.sourceCodes.{entry.karmaSource}.label}:
{settings.issuers.{entry.issuer}.{entry.issuerAction}.label}
<td>
{settings.sourceCodes.{entry.karmaSource}.label}:
<f:alias
map=
"{issuer: '{settings.issuers.{entry.issuer}}'}"
>
{issuer.{entry.issuerAction}.label}
</f:alias>
</td>
<td>
{entry.immutableValue}
</td>
<td>
{entry.mutableValue}
</td>
...
...
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