PDF rausgenommen
This commit is contained in:
@ -0,0 +1,17 @@
|
||||
<li class="content"
|
||||
title="{{ postEvent('Live.renderActionTooltip', action, visitInfo) }}">
|
||||
<div>
|
||||
{% if action.contentInteraction %}
|
||||
<img src='{{ action.iconSVG|default(action.icon) }}' title='{{ 'Contents_ContentInteraction'|translate }}'
|
||||
class="action-list-action-icon content-interaction">
|
||||
{% else %}
|
||||
<img src='{{ action.iconSVG|default(action.icon) }}' title='{{ 'Contents_ContentImpression'|translate }}'
|
||||
class="action-list-action-icon content-impression">
|
||||
{% endif %}
|
||||
{% if action.contentInteraction %}
|
||||
[{{ action.contentInteraction }}]
|
||||
{% endif %}
|
||||
{{ action.contentName }} -
|
||||
{{ action.contentPiece }}
|
||||
</div>
|
||||
</li>
|
@ -0,0 +1,9 @@
|
||||
{% if action.contentName %}
|
||||
|
||||
{{ 'Contents_ContentName'|translate }}: {{ action.contentName }}{% endif %}{% if action.contentPiece %}
|
||||
|
||||
{{ 'Contents_ContentPiece'|translate }}: {{ action.contentPiece }}{% endif %}{% if action.contentTarget %}
|
||||
|
||||
{{ 'Contents_ContentTarget'|translate }}: {{ action.contentTarget }}{% endif %}{% if action.contentInteraction %}
|
||||
|
||||
{{ 'Contents_ContentInteraction'|translate }}: {{ action.contentInteraction }}{% endif %}
|
Reference in New Issue
Block a user