diff options
author | the_systech <the_systech@users.sourceforge.net> | 2001-12-05 21:55:20 +0000 |
---|---|---|
committer | the_systech <the_systech@users.sourceforge.net> | 2001-12-05 21:55:20 +0000 |
commit | 704a9d665cf81426d053c1064faad5e7c25eff60 (patch) | |
tree | 24efcd95bccb005d69a008916cddbbad133e680b /phpBB/templates | |
parent | d4077cb9ee5faa065c151a403725ce7991851911 (diff) | |
download | forums-704a9d665cf81426d053c1064faad5e7c25eff60.tar forums-704a9d665cf81426d053c1064faad5e7c25eff60.tar.gz forums-704a9d665cf81426d053c1064faad5e7c25eff60.tar.bz2 forums-704a9d665cf81426d053c1064faad5e7c25eff60.tar.xz forums-704a9d665cf81426d053c1064faad5e7c25eff60.zip |
Ok commiting modified install/upgrade integration, but there's still a weird problem I'm working on... I'll post more in the forum..
git-svn-id: file:///svn/phpbb/trunk@1516 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/install.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/install.tpl b/phpBB/templates/subSilver/install.tpl index 8acc9b7092..d8c0a605d1 100644 --- a/phpBB/templates/subSilver/install.tpl +++ b/phpBB/templates/subSilver/install.tpl @@ -219,6 +219,14 @@ a.copyright:hover { color: #000000; text-decoration: underline;} <td class="cat" align="center" colspan="2">{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" value="{L_SUBMIT}" /></td> </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> </table></td> |