aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorthe_systech <the_systech@users.sourceforge.net>2001-10-16 20:56:43 +0000
committerthe_systech <the_systech@users.sourceforge.net>2001-10-16 20:56:43 +0000
commiteddbaba2d4226b8568ba5e7f89de5089d0da474a (patch)
tree5fb5a0e217ea3fbd855c8762934550fa19cdc628 /phpBB/templates
parent7285487e5bdc0b28e1868056683ac57b31c3e027 (diff)
downloadforums-eddbaba2d4226b8568ba5e7f89de5089d0da474a.tar
forums-eddbaba2d4226b8568ba5e7f89de5089d0da474a.tar.gz
forums-eddbaba2d4226b8568ba5e7f89de5089d0da474a.tar.bz2
forums-eddbaba2d4226b8568ba5e7f89de5089d0da474a.tar.xz
forums-eddbaba2d4226b8568ba5e7f89de5089d0da474a.zip
One additional option for unwritable config file...(FTP) :D
git-svn-id: file:///svn/phpbb/trunk@1231 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/subSilver/install.tpl32
1 files changed, 31 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/install.tpl b/phpBB/templates/subSilver/install.tpl
index 372837f8fd..e12a90c6b2 100644
--- a/phpBB/templates/subSilver/install.tpl
+++ b/phpBB/templates/subSilver/install.tpl
@@ -177,9 +177,39 @@ a.copyright:hover { color: #000000; text-decoration: underline;}
<th>{L_ERROR_TITLE}</th>
</tr>
<tr>
- <td class="row1" align="center"><span class="gen">{L_ERROR}</span></th>
+ <td class="row1" align="center"><span class="gen">{L_ERROR}</span></td>
</tr>
<!-- END error_install -->
+ <!-- BEGIN ftp_file -->
+ <tr>
+ <th colspan="2">{L_FTP_INFO}</th>
+ </tr>
+ <tr>
+ <td class="row1" align="right"><span class="gen">{L_FTP_PATH}</span></td>
+ <td class="row2"><input type="text" name="ftp_dir"></td>
+ </tr>
+ <tr>
+ <td class="row1" align="right"><span class="gen">{L_FTP_USER}</span></td>
+ <td class="row2"><input type="text" name="ftp_user"></td>
+ </tr>
+ <tr>
+ <td class="row1" align="right"><span class="gen">{L_FTP_PASS}</span></td>
+ <td class="row2"><input type="password" name="ftp_pass"></td>
+ </tr>
+ <!-- END ftp_file -->
+ <!-- BEGIN ftp_option -->
+ <tr>
+ <th colspan="2">{L_CHOOSE_FTP}</th>
+ </tr>
+ <tr>
+ <td class="row1" align="right" width="50%"><span class="gen">{L_ATTEMPT_FTP}</span></td>
+ <td class="row2"><input type="radio" name="send_file" value="2"></td>
+ </tr>
+ <tr>
+ <td class="row1" align="right" width="50%"><span class="gen">{L_SEND_FILE}</span></td>
+ <td class="row2"><input type="radio" name="send_file" value="1"></td>
+ </tr>
+ <!-- END ftp_option -->
<!-- BEGIN common_install -->
<tr>
<td class="cat" align="center" colspan="2">{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" value="{L_SUBMIT}" /></td>