Skip to content
Snippets Groups Projects
Commit b24c3646 authored by Jasmina Ließmann's avatar Jasmina Ließmann Committed by Georg Ringer
Browse files

[TASK] Show information text as infobox in EXT:indexed_search

If no page has been selected in the "Indexing" backend module, an
information is displayed. This text is now displayed in the typical
infobox style instead of as a heading.

Resolves: #103590
Releases: main, 12.4
Change-Id: I6e44c5ad8502eb7ecb71581cb11084543c3e13aa
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83752


Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent 8abc8bb9
Branches
Tags
No related merge requests found
......@@ -143,7 +143,10 @@
</div>
</f:then>
<f:else>
<h2><f:translate key="administration.noPageSelected" /></h2>
<f:be.infobox
message="{f:translate(key:'LLL:EXT:indexed_search/Resources/Private/Language/locallang.xlf:administration.noPageSelected')}"
state="-1"
/>
</f:else>
</f:if>
</f:section>
......
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