diff options
| author | the_systech <the_systech@users.sourceforge.net> | 2001-11-06 16:54:15 +0000 |
|---|---|---|
| committer | the_systech <the_systech@users.sourceforge.net> | 2001-11-06 16:54:15 +0000 |
| commit | 837dcc45728693c108bf2bb2a6797942257b539c (patch) | |
| tree | 161602ffe64572606d695566e2582e012421642d /phpBB/templates/subSilver | |
| parent | 05fa8e8c221fc38fcb03e74da54edd3f2a28847c (diff) | |
| download | forums-837dcc45728693c108bf2bb2a6797942257b539c.tar forums-837dcc45728693c108bf2bb2a6797942257b539c.tar.gz forums-837dcc45728693c108bf2bb2a6797942257b539c.tar.bz2 forums-837dcc45728693c108bf2bb2a6797942257b539c.tar.xz forums-837dcc45728693c108bf2bb2a6797942257b539c.zip | |
Update to "merge" upgrade with Install... (Not fully tested since current upgrade not in CVS)
git-svn-id: file:///svn/phpbb/trunk@1282 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver')
| -rw-r--r-- | phpBB/templates/subSilver/install.tpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/install.tpl b/phpBB/templates/subSilver/install.tpl index ace3c15355..8acc9b7092 100644 --- a/phpBB/templates/subSilver/install.tpl +++ b/phpBB/templates/subSilver/install.tpl @@ -116,7 +116,7 @@ a.copyright:hover { color: #000000; text-decoration: underline;} <td><br /><br /></td> </tr> <tr> - <td width="100%"><form action="{S_FORM_ACTION}" method="post"><table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> + <td width="100%"><form action="{S_FORM_ACTION}" name="install_form" 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> @@ -129,6 +129,10 @@ a.copyright:hover { color: #000000; text-decoration: underline;} <td class="row1" align="right"><span class="gen">{L_DBMS}: </span></td> <td class="row2">{S_DBMS_SELECT}</td> </tr> + <tr> + <td class="row1" align="right"><span class="gen">{L_UPGRADE}:</span></td> + <td class="row2">{S_UPGRADE_SELECT}</td> + </tr> <!-- tr> <td class="row1" align="right"><span class="gen">{L_DOMAIN_NAME}: </span></td> <td class="row2"><input type="text" name="cookiedomain" value="{COOKIE_DOMAIN}" /></td> |
