Skip to content
Snippets Groups Projects
Commit bc2a560b authored by Daniel Windloff's avatar Daniel Windloff Committed by Susanne Moog
Browse files

[TASK] Log module: Move "show history" to the actions column

Move the "Show history" link to the actions column.
Add default styling for the button.

Resolves: #88822
Releases: master, 9.5
Change-Id: I9952f1683dda3d0fa2b00da3e6a728838da3e1aa
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61341


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarGuido Schmechel <guido.schmechel@brandung.de>
Tested-by: default avatarSusanne Moog <look@susi.dev>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarGuido Schmechel <guido.schmechel@brandung.de>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
parent bdf476cc
No related merge requests found
......@@ -207,11 +207,6 @@
</td>
<td class="col-word-break">
<belog:formatDetails logEntry="{logItem}"/>
<f:if condition="{logItem.logData.history}">
<a href="{be:moduleLink(route: 'record_history', arguments: '{historyEntry: logItem.logData.history}')}" title="{f:translate(key: 'showHistory')}">
<core:icon identifier="actions-document-history-open" />
</a>
</f:if>
<f:if condition="{logItem.detailsNumber} > 0">
(msg#{logItem.type}.{logItem.action}.{logItem.detailsNumber})
</f:if>
......@@ -227,6 +222,12 @@
<f:translate key="actions.delete"/>
</f:link.action>
</f:if>
<f:if condition="{logItem.logData.history}">
<a class="btn btn-default" href="{be:moduleLink(route: 'record_history', arguments: '{historyEntry: logItem.logData.history}')}" title="{f:translate(key: 'showHistory')}">
<core:icon identifier="actions-document-history-open" />
<f:translate id="showHistory" />
</a>
</f:if>
</td>
</tr>
</f:for>
......
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