|
From: Jonathan H. <the...@us...> - 2001-10-18 14:56:43
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv1163/templates/subSilver
Modified Files:
install.tpl
Log Message:
Some clean-ups
Index: install.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/install.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** install.tpl 2001/10/16 20:56:43 1.3
--- install.tpl 2001/10/18 14:56:40 1.4
***************
*** 118,122 ****
<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 -->
<tr>
<th colspan="2">{L_INITIAL_CONFIGURATION}</th>
--- 118,122 ----
<tr>
<td width="100%"><form action="{S_FORM_ACTION}" method="post"><table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
! <!-- BEGIN switch_stage_one_install -->
<tr>
<th colspan="2">{L_INITIAL_CONFIGURATION}</th>
***************
*** 172,177 ****
<td class="row2"><input type="password" name="admin_pass2" /></td>
</tr>
! <!-- END stage_one_install -->
! <!-- BEGIN error_install -->
<tr>
<th>{L_ERROR_TITLE}</th>
--- 172,177 ----
<td class="row2"><input type="password" name="admin_pass2" /></td>
</tr>
! <!-- END switch_stage_one_install -->
! <!-- BEGIN switch_error_install -->
<tr>
<th>{L_ERROR_TITLE}</th>
***************
*** 180,185 ****
<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>
--- 180,185 ----
<td class="row1" align="center"><span class="gen">{L_ERROR}</span></td>
</tr>
! <!-- END switch_error_install -->
! <!-- BEGIN switch_ftp_file -->
<tr>
<th colspan="2">{L_FTP_INFO}</th>
***************
*** 197,202 ****
<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>
--- 197,202 ----
<td class="row2"><input type="password" name="ftp_pass"></td>
</tr>
! <!-- END switch_ftp_file -->
! <!-- BEGIN switch_ftp_option -->
<tr>
<th colspan="2">{L_CHOOSE_FTP}</th>
***************
*** 210,219 ****
<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>
</tr>
! <!-- END common_install -->
</table></form></td>
</tr>
--- 210,219 ----
<td class="row2"><input type="radio" name="send_file" value="1"></td>
</tr>
! <!-- 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 switch_common_install -->
</table></form></td>
</tr>
|