diff options
| author | David King <imkingdavid@gmail.com> | 2012-02-03 17:00:09 -0500 |
|---|---|---|
| committer | David King <imkingdavid@gmail.com> | 2012-02-03 17:00:09 -0500 |
| commit | 2929d345ab93e4814d3880313f6ea78cb30fabe6 (patch) | |
| tree | d6e05d169cf33675dab40f576dae46d791a191d4 /phpBB/adm | |
| parent | cddd63aae045a833e9a3ec4bb396b3987f95cbd3 (diff) | |
| parent | 508b06063fe087bb484c360b03c65637a19e31a7 (diff) | |
| download | forums-2929d345ab93e4814d3880313f6ea78cb30fabe6.tar forums-2929d345ab93e4814d3880313f6ea78cb30fabe6.tar.gz forums-2929d345ab93e4814d3880313f6ea78cb30fabe6.tar.bz2 forums-2929d345ab93e4814d3880313f6ea78cb30fabe6.tar.xz forums-2929d345ab93e4814d3880313f6ea78cb30fabe6.zip | |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/9914] Add backup warning to updater.
Diffstat (limited to 'phpBB/adm')
| -rw-r--r-- | phpBB/adm/style/install_update.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/adm/style/install_update.html b/phpBB/adm/style/install_update.html index 22d21d8314..818889c89b 100644 --- a/phpBB/adm/style/install_update.html +++ b/phpBB/adm/style/install_update.html @@ -43,6 +43,11 @@ <p>{WARNING_MSG}</p> </div> <!-- ENDIF --> + + <div class="errorbox" style="margin-top: 0;"> + <h3>{L_NOTICE}</h3> + <p>{L_BACKUP_NOTICE}</p> + </div> <form id="install_update" method="post" action="{U_ACTION}"> |
