aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_main.html
diff options
context:
space:
mode:
authorRichard McGirr <rmcgirr83@gmail.com>2016-04-05 06:57:32 -0400
committerRichard McGirr <rmcgirr83@gmail.com>2016-04-05 07:09:12 -0400
commit04f320cb011f386d11672547c17965a7bd16ef35 (patch)
treed233fa57ab885bcf6b236fde47c4bd6d304939b2 /phpBB/adm/style/acp_main.html
parentd0f5b39f117376a037bdeabc91f32c1d5436d99b (diff)
downloadforums-04f320cb011f386d11672547c17965a7bd16ef35.tar
forums-04f320cb011f386d11672547c17965a7bd16ef35.tar.gz
forums-04f320cb011f386d11672547c17965a7bd16ef35.tar.bz2
forums-04f320cb011f386d11672547c17965a7bd16ef35.tar.xz
forums-04f320cb011f386d11672547c17965a7bd16ef35.zip
[ticket/13716] Check phpBB version against config version
Display a warning in the ACP if the version constant (files) does not match the phpbb_config version (often indicating that the database updates hasn't been run) PHPBB3-13716
Diffstat (limited to 'phpBB/adm/style/acp_main.html')
-rw-r--r--phpBB/adm/style/acp_main.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_main.html b/phpBB/adm/style/acp_main.html
index 4af3f1a62c..efcb25cb68 100644
--- a/phpBB/adm/style/acp_main.html
+++ b/phpBB/adm/style/acp_main.html
@@ -14,7 +14,11 @@
<p>{L_ADMIN_INTRO}</p>
- <!-- IF S_VERSIONCHECK_FAIL -->
+ <!-- IF S_UPDATE_INCOMPLETE -->
+ <div class="errorbox">
+ <p>{L_UPDATE_INCOMPLETE} <a href="{U_VERSIONCHECK}">{L_MORE_INFORMATION}</a></p>
+ </div>
+ <!-- ELSEIF S_VERSIONCHECK_FAIL -->
<div class="errorbox notice">
<p>{L_VERSIONCHECK_FAIL}</p>
<p>{VERSIONCHECK_FAIL_REASON}</p>