Skip to content
Snippets Groups Projects
Commit e4bbf74f authored by Georg Ringer's avatar Georg Ringer Committed by Wouter Wolters
Browse files

[BUGFIX] Use correct language file in element information popup

Use the correct language file which changed by accident during
the fluid transformation.

Resolves: #83126
Releases: master, 8.7
Change-Id: I9da27976ac3c72a5c1161adf605d10fbf422bf6e
Reviewed-on: https://review.typo3.org/54812


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarJoerg Boesche <typo3@joergboesche.de>
Tested-by: default avatarJoerg Boesche <typo3@joergboesche.de>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
parent d1fb91bf
Branches
Tags
No related merge requests found
......@@ -184,7 +184,7 @@
<f:section name="action">
<div class="btn-group" role="group">
<f:if condition="{line.webListUrl}">
<a class="btn btn-default btn-sm" href="#" onclick="{line.viewOnClick}" title="{f:translate(key: 'LLL:EXT:lang/Resources/Private/Language/locallang_common.xlf:labels.showPage')}">
<a class="btn btn-default btn-sm" href="#" onclick="{line.viewOnClick}" title="{f:translate(key: 'LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:labels.showPage')}">
<core:icon identifier="actions-document-view" size="small" />
</a>
</f:if>
......@@ -199,7 +199,7 @@
</div>
<f:if condition="{line.webListUrl}">
<div class="btn-group" role="group">
<a class="btn btn-default btn-sm" href="{line.webListUrl}" title="{f:translate(key: 'LLL:EXT:lang/Resources/Private/Language/locallang_common.xlf:labels.showList')}">
<a class="btn btn-default btn-sm" href="{line.webListUrl}" title="{f:translate(key: 'LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:labels.showList')}">
<core:icon identifier="actions-system-list-open" size="small" />
</a>
</div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment