|
From: Jonathan H. <the...@us...> - 2001-12-05 21:55:23
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv14273/templates/subSilver
Modified Files:
install.tpl
Log Message:
Ok commiting modified install/upgrade integration, but there's still a weird problem I'm working on... I'll post more in the forum..
Index: install.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/install.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** install.tpl 2001/11/06 16:54:15 1.5
--- install.tpl 2001/12/05 21:55:20 1.6
***************
*** 220,223 ****
--- 220,231 ----
</tr>
<!-- END switch_common_install -->
+ <!-- BEGIN switch_upgrade_install -->
+ <tr>
+ <td class="cat" align="center" colspan="2">{L_UPGRADE_INST}</td>
+ </tr>
+ <tr>
+ <td class="cat" align="center" colspan="2"><input type="submit" name="upgrade_now" value="{L_UPGRADE_SUBMIT}" /></td>
+ </tr>
+ <!-- END switch_upgrade_install -->
</table></form></td>
</tr>
|