aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_main.html
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2013-12-27 18:01:48 +0530
committerDhruv <dhruv.goel92@gmail.com>2013-12-27 18:01:48 +0530
commitdb94f80c5ba117ca410bb2aafa3ae5c02dcf11c8 (patch)
treeb96c456824cb188bd5115700cd5a45a0fcc273be /phpBB/adm/style/acp_main.html
parentf9c7f0fc193802fb866063c88e2d3448b6f0d010 (diff)
parentbef7bc7900e0c4c364245ee3039ee2aece62a223 (diff)
downloadforums-db94f80c5ba117ca410bb2aafa3ae5c02dcf11c8.tar
forums-db94f80c5ba117ca410bb2aafa3ae5c02dcf11c8.tar.gz
forums-db94f80c5ba117ca410bb2aafa3ae5c02dcf11c8.tar.bz2
forums-db94f80c5ba117ca410bb2aafa3ae5c02dcf11c8.tar.xz
forums-db94f80c5ba117ca410bb2aafa3ae5c02dcf11c8.zip
Merge remote-tracking branch 'nickvergessen/ticket/11911' into develop
# By Joas Schilling # Via Joas Schilling * nickvergessen/ticket/11911: [ticket/11911] Warn admins when there is no search index for the selected engine
Diffstat (limited to 'phpBB/adm/style/acp_main.html')
-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">