1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/11911] Warn admins when there is no search index for the selected engine

PHPBB3-11911
This commit is contained in:
Joas Schilling
2013-12-27 13:15:43 +01:00
parent 558f3cd21c
commit bef7bc7900
3 changed files with 23 additions and 0 deletions

View File

@@ -26,6 +26,12 @@
</div>
<!-- ENDIF -->
<!-- IF S_SEARCH_INDEX_MISSING -->
<div class="errorbox">
<h3>{L_WARNING}</h3>
<p>{L_NO_SEARCH_INDEX}</p>
</div>
<!-- ENDIF -->
<!-- IF S_REMOVE_INSTALL -->
<div class="errorbox">