aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorthe_systech <the_systech@users.sourceforge.net>2001-10-18 14:56:40 +0000
committerthe_systech <the_systech@users.sourceforge.net>2001-10-18 14:56:40 +0000
commitc28c07d63ff8403465283c6657a157a6ef4b022b (patch)
treec1a656991cd2e72949a257ce43ed536624a26d30 /phpBB/templates
parent6b2915c0a2470c012cabf490b7c95021f04ea7d8 (diff)
downloadforums-c28c07d63ff8403465283c6657a157a6ef4b022b.tar
forums-c28c07d63ff8403465283c6657a157a6ef4b022b.tar.gz
forums-c28c07d63ff8403465283c6657a157a6ef4b022b.tar.bz2
forums-c28c07d63ff8403465283c6657a157a6ef4b022b.tar.xz
forums-c28c07d63ff8403465283c6657a157a6ef4b022b.zip
Some clean-ups
git-svn-id: file:///svn/phpbb/trunk@1236 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/subSilver/install.tpl20
1 files changed, 10 insertions, 10 deletions
diff --git a/phpBB/templates/subSilver/install.tpl b/phpBB/templates/subSilver/install.tpl
index e12a90c6b2..ace3c15355 100644
--- a/phpBB/templates/subSilver/install.tpl
+++ b/phpBB/templates/subSilver/install.tpl
@@ -117,7 +117,7 @@ a.copyright:hover { color: #000000; text-decoration: underline;}
</tr>
<tr>
<td width="100%"><form action="{S_FORM_ACTION}" method="post"><table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
- <!-- BEGIN stage_one_install -->
+ <!-- BEGIN switch_stage_one_install -->
<tr>
<th colspan="2">{L_INITIAL_CONFIGURATION}</th>
</tr>
@@ -171,16 +171,16 @@ a.copyright:hover { color: #000000; text-decoration: underline;}
<td class="row1" align="right"><span class="gen">{L_ADMIN_CONFIRM_PASSWORD}: </span></td>
<td class="row2"><input type="password" name="admin_pass2" /></td>
</tr>
- <!-- END stage_one_install -->
- <!-- BEGIN error_install -->
+ <!-- END switch_stage_one_install -->
+ <!-- BEGIN switch_error_install -->
<tr>
<th>{L_ERROR_TITLE}</th>
</tr>
<tr>
<td class="row1" align="center"><span class="gen">{L_ERROR}</span></td>
</tr>
- <!-- END error_install -->
- <!-- BEGIN ftp_file -->
+ <!-- END switch_error_install -->
+ <!-- BEGIN switch_ftp_file -->
<tr>
<th colspan="2">{L_FTP_INFO}</th>
</tr>
@@ -196,8 +196,8 @@ a.copyright:hover { color: #000000; text-decoration: underline;}
<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 -->
+ <!-- END switch_ftp_file -->
+ <!-- BEGIN switch_ftp_option -->
<tr>
<th colspan="2">{L_CHOOSE_FTP}</th>
</tr>
@@ -209,12 +209,12 @@ a.copyright:hover { color: #000000; text-decoration: underline;}
<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 -->
+ <!-- END switch_ftp_option -->
+ <!-- BEGIN switch_common_install -->
<tr>
<td class="cat" align="center" colspan="2">{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" value="{L_SUBMIT}" /></td>
</tr>
- <!-- END common_install -->
+ <!-- END switch_common_install -->
</table></form></td>
</tr>
</table></td>