Skip to content
Snippets Groups Projects
Commit d9ca46d7 authored by Sybille Peters's avatar Sybille Peters Committed by Christian Kuhn
Browse files

[TASK] Apply button style to edit record icon in linkvalidator report

The edit record icon now has a proper button style to unify the
appearance between the modules (e.g. redirect module).

Resolves: #92823
Releases: master
Change-Id: I899007222068fba39ff6672433908e04db31804e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/66609


Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarChris Müller <typo3@krue.ml>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarChris Müller <typo3@krue.ml>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 25dc2d33
Branches
Tags
No related merge requests found
......@@ -32,7 +32,7 @@
<td>{item.linkmessage -> f:format.raw()}</td>
<td>{item.lastcheck -> f:format.raw()}<f:if condition="{item.needsRecheck}"><br /><span class="error"> ({f:translate(key: 'LLL:EXT:linkvalidator/Resources/Private/Language/Module/locallang.xlf:needs-recheck')})</span></f:if>
</td>
<td><a href="{item.editUrl}" title="{f:translate(key: 'LLL:EXT:linkvalidator/Resources/Private/Language/Module/locallang.xlf:list.edit')}"><core:icon identifier="actions-open" size="small" /></a></td>
<td><a class="btn btn-default" href="{item.editUrl}" title="{f:translate(key: 'LLL:EXT:linkvalidator/Resources/Private/Language/Module/locallang.xlf:list.edit')}"><core:icon identifier="actions-open" size="small" /></a></td>
</tr>
</f:for>
</tbody>
......
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