aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_update.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-06-30 15:04:49 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-06-30 15:04:49 +0000
commit5634fad4ae67fd6fa9251ff4aa50cc8553e826a4 (patch)
treed498a39d667e8afa273029c2210783af0eb8fbd0 /phpBB/adm/style/acp_update.html
parentb1b542f69b3fd2f5fad3f2b757bc9a1593628c8d (diff)
downloadforums-5634fad4ae67fd6fa9251ff4aa50cc8553e826a4.tar
forums-5634fad4ae67fd6fa9251ff4aa50cc8553e826a4.tar.gz
forums-5634fad4ae67fd6fa9251ff4aa50cc8553e826a4.tar.bz2
forums-5634fad4ae67fd6fa9251ff4aa50cc8553e826a4.tar.xz
forums-5634fad4ae67fd6fa9251ff4aa50cc8553e826a4.zip
some fixes...
git-svn-id: file:///svn/phpbb/trunk@7813 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_update.html')
-rw-r--r--phpBB/adm/style/acp_update.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_update.html b/phpBB/adm/style/acp_update.html
index eb4dbbdef4..e82aee0e87 100644
--- a/phpBB/adm/style/acp_update.html
+++ b/phpBB/adm/style/acp_update.html
@@ -8,7 +8,7 @@
<p>{L_VERSION_CHECK_EXPLAIN}</p>
- <!-- IF S_UP_TO_DATE -->
+ <!-- IF S_UP_TO_DATE and S_UP_TO_DATE_AUTO -->
<div class="successbox">
<p>{L_VERSION_UP_TO_DATE_ACP}</p>
</div>
@@ -22,7 +22,7 @@
<legend></legend>
<dl>
<dt><label>{L_CURRENT_VERSION}</label></dt>
- <dd><strong>{CURRENT_VERSION}</strong></dd>
+ <dd><strong><!-- IF S_UP_TO_DATE and not S_UP_TO_DATE_AUTO -->{AUTO_VERSION}<!-- ELSE -->{CURRENT_VERSION}<!-- ENDIF --></strong></dd>
</dl>
<dl>
<dt><label>{L_LATEST_VERSION}</label></dt>
@@ -30,6 +30,12 @@
</dl>
</fieldset>
+ <!-- IF S_UP_TO_DATE and not S_UP_TO_DATE_AUTO -->
+ {L_UPDATE_INSTRUCTIONS_INCOMPLETE}
+ <br /><br />
+ {UPDATE_INSTRUCTIONS}
+ <br /><br />
+ <!-- ENDIF -->
<!-- IF not S_UP_TO_DATE -->
{UPDATE_INSTRUCTIONS}
<br /><br />