diff options
author | Igor Wiedler <igor@wiedler.ch> | 2010-11-02 07:49:40 +0100 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2010-11-02 23:53:14 +0100 |
commit | 857271ebbd7568b6a38fe35b2947ec3a0124128b (patch) | |
tree | 58ac08c5bb4b77eabbd8057b76c0913e51de531e /phpBB/adm/style | |
parent | 6ff403c9f8fd19e5ddf81fdf3e8bb27018b519b9 (diff) | |
download | forums-857271ebbd7568b6a38fe35b2947ec3a0124128b.tar forums-857271ebbd7568b6a38fe35b2947ec3a0124128b.tar.gz forums-857271ebbd7568b6a38fe35b2947ec3a0124128b.tar.bz2 forums-857271ebbd7568b6a38fe35b2947ec3a0124128b.tar.xz forums-857271ebbd7568b6a38fe35b2947ec3a0124128b.zip |
[ticket/9850] Display upgrade instructions for feature release in acp
PHPBB3-9850
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_update.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_update.html b/phpBB/adm/style/acp_update.html index 34d4f6934e..a87366a78b 100644 --- a/phpBB/adm/style/acp_update.html +++ b/phpBB/adm/style/acp_update.html @@ -18,6 +18,12 @@ </div> <!-- ENDIF --> + <!-- IF NEXT_FEATURE_VERSION --> + <div class="errorbox"> + <p>{UPGRADE_INSTRUCTIONS}</p> + </div> + <!-- ENDIF --> + <fieldset> <legend></legend> <dl> |