aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/install_update.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-11-02 11:22:30 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-11-02 11:22:30 +0000
commitc903b453fa00871a11ea988b5e348c3a2741b251 (patch)
treed219b75e3038b9ad99bc124249c6eb94f9f580a1 /phpBB/adm/style/install_update.html
parent1b10cb9c37201560686fc4f1c54d845a9183ba21 (diff)
downloadforums-c903b453fa00871a11ea988b5e348c3a2741b251.tar
forums-c903b453fa00871a11ea988b5e348c3a2741b251.tar.gz
forums-c903b453fa00871a11ea988b5e348c3a2741b251.tar.bz2
forums-c903b453fa00871a11ea988b5e348c3a2741b251.tar.xz
forums-c903b453fa00871a11ea988b5e348c3a2741b251.zip
i had these changes sitting... must've been a merge not committed (and because we do not use svn 1.5 as the client version i am not able to say which they were)
git-svn-id: file:///svn/phpbb/trunk@9042 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/install_update.html')
-rw-r--r--phpBB/adm/style/install_update.html17
1 files changed, 13 insertions, 4 deletions
diff --git a/phpBB/adm/style/install_update.html b/phpBB/adm/style/install_update.html
index 318795f4cf..2448f1d39b 100644
--- a/phpBB/adm/style/install_update.html
+++ b/phpBB/adm/style/install_update.html
@@ -186,7 +186,7 @@
<p>{L_NO_UPDATE_FILES_EXPLAIN}</p><br />
<strong>{NO_UPDATE_FILES}</strong>
-
+
</div>
<!-- ENDIF -->
@@ -226,7 +226,7 @@
<!-- IF files.S_CUSTOM -->
<dd style="margin-left: 60%;"><label><input type="checkbox" name="no_update[]" value="{files.FILENAME}" class="radio" /> {L_DO_NOT_UPDATE}</label></dd>
<!-- ENDIF -->
-
+
<!-- IF files.STATUS eq 'modified' -->
</dl>
<dl>
@@ -295,7 +295,7 @@
<p>{L_UPDATE_METHOD_EXPLAIN}</p>
<fieldset class="submit-buttons">
- <input class="button1" type="submit" name="ftp_upload" value="{L_FTP_UPDATE_METHOD}" />&nbsp; &nbsp;<input class="button1" type="submit" name="download" value="{L_DOWNLOAD_UPDATE_METHOD}" />
+ <input class="button1" type="submit" name="ftp_upload" value="{L_FTP_UPDATE_METHOD}" />&nbsp; &nbsp;<input class="button1" type="submit" name="download" value="{L_DOWNLOAD_UPDATE_METHOD_BUTTON}" />
</fieldset>
</form>
@@ -360,9 +360,18 @@
<p>{L_CONNECTION_SUCCESS}</p>
</div>
<!-- ELSEIF S_CONNECTION_FAILED -->
+ <div class="successbox">
+ <p>{L_TRY_DOWNLOAD_METHOD}</p>
+
+ <fieldset class="quick">
+ <input class="button1" type="submit" name="download" value="{L_TRY_DOWNLOAD_METHOD_BUTTON}" />
+ </fieldset>
+ </div>
+
<div class="errorbox">
<p>{L_CONNECTION_FAILED}<br />{ERROR_MSG}</p>
</div>
+
<!-- ENDIF -->
<fieldset>
@@ -378,7 +387,7 @@
</dl>
<!-- END data -->
</fieldset>
-
+
<fieldset class="submit-buttons">
{S_HIDDEN_FIELDS}
<input class="button2" type="submit" name="check_again" value="{L_BACK}" />