Skip to content
Snippets Groups Projects
Commit b5ecddc1 authored by Fabian Thommen's avatar Fabian Thommen Committed by Christian Kuhn
Browse files

[TASK] a div around no-result to style it

Releases: master
Resolves: #82194
Change-Id: I6bb00c14dc331ec362614d00e48bf169da7cd572
Reviewed-on: https://review.typo3.org/53799


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarSidoine Ghomsi Nokam <s.ghomsinokam@neusta.de>
Reviewed-by: default avatarSascha Rademacher <sascha.rademacher+typo3@gmail.com>
Reviewed-by: default avatarJoerg Boesche <typo3@joergboesche.de>
Tested-by: default avatarJoerg Boesche <typo3@joergboesche.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent fa6c0a38
Branches
Tags
No related merge requests found
......@@ -68,7 +68,9 @@
</div>
</f:then>
<f:else>
<f:translate key="result.noResult" />
<div class="tx-indexedsearch-info-noresult">
<f:translate key="result.noResult" />
</div>
</f:else>
</f:if>
</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