aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-12-27 13:15:43 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-12-27 13:16:38 +0100
commitbef7bc7900e0c4c364245ee3039ee2aece62a223 (patch)
tree07df6f6b603cb0798735952800c487f65cb894f7 /phpBB/adm
parent558f3cd21cb925395003ebd1a7a226d240f9fccb (diff)
downloadforums-bef7bc7900e0c4c364245ee3039ee2aece62a223.tar
forums-bef7bc7900e0c4c364245ee3039ee2aece62a223.tar.gz
forums-bef7bc7900e0c4c364245ee3039ee2aece62a223.tar.bz2
forums-bef7bc7900e0c4c364245ee3039ee2aece62a223.tar.xz
forums-bef7bc7900e0c4c364245ee3039ee2aece62a223.zip
[ticket/11911] Warn admins when there is no search index for the selected engine
PHPBB3-11911
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/acp_main.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_main.html b/phpBB/adm/style/acp_main.html
index bb39ffe050..f5b030d954 100644
--- a/phpBB/adm/style/acp_main.html
+++ b/phpBB/adm/style/acp_main.html
@@ -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">