diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-12 13:02:29 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-12 13:02:29 +0000 |
commit | 2ba03a411e561cb943f8ec8f11afc51eaa720275 (patch) | |
tree | 4c425e95dca99f8ef949866bd5903d76d73b73a6 /phpBB/adm/style | |
parent | 48d88164e19fd81b849490d827dc5f43615171cb (diff) | |
download | forums-2ba03a411e561cb943f8ec8f11afc51eaa720275.tar forums-2ba03a411e561cb943f8ec8f11afc51eaa720275.tar.gz forums-2ba03a411e561cb943f8ec8f11afc51eaa720275.tar.bz2 forums-2ba03a411e561cb943f8ec8f11afc51eaa720275.tar.xz forums-2ba03a411e561cb943f8ec8f11afc51eaa720275.zip |
allow what is stated within the changelog...
git-svn-id: file:///svn/phpbb/trunk@7874 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/install_update.html | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/phpBB/adm/style/install_update.html b/phpBB/adm/style/install_update.html index 3d55be4211..34d00241cb 100644 --- a/phpBB/adm/style/install_update.html +++ b/phpBB/adm/style/install_update.html @@ -11,11 +11,21 @@ </script> <!-- IF S_ERROR --> - <h1>{L_NOTICE}</h1> - <p style="color: red;">{ERROR_MSG}</p> + <div class="errorbox" style="margin-top: 0;"> + <h3>{L_NOTICE}</h3> + <p>{ERROR_MSG}</p> + </div> <!-- ENDIF --> <!-- IF S_INTRO --> + + <!-- IF S_WARNING --> + <div class="successbox" style="margin-top: 0;"> + <h3>{L_NOTICE}</h3> + <p>{WARNING_MSG}</p> + </div> + <!-- ENDIF --> + <form id="install_update" method="post" action="{U_ACTION}"> <h1>{L_UPDATE_INSTALLATION}</h1> @@ -68,6 +78,12 @@ <dt><label>{L_LATEST_VERSION}</label></dt> <dd><strong>{LATEST_VERSION}</strong></dd> </dl> + <!-- IF PACKAGE_VERSION and not S_UP_TO_DATE --> + <dl> + <dt><label>{L_PACKAGE_UPDATES_TO}</label></dt> + <dd><strong>{PACKAGE_VERSION}</strong></dd> + </dl> + <!-- ENDIF --> </fieldset> <!-- IF not S_UP_TO_DATE --> |