diff options
| author | Graham Eames <grahamje@users.sourceforge.net> | 2006-04-22 13:59:46 +0000 |
|---|---|---|
| committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-04-22 13:59:46 +0000 |
| commit | ebae19ff71f4f189a0e033073a38abe4637a3e69 (patch) | |
| tree | 5f8342e0385243e151ee6b0f9be8ce6df695aaba /phpBB/adm | |
| parent | 832ac398c401101585a0ded8faea5d084391cbf9 (diff) | |
| download | forums-ebae19ff71f4f189a0e033073a38abe4637a3e69.tar forums-ebae19ff71f4f189a0e033073a38abe4637a3e69.tar.gz forums-ebae19ff71f4f189a0e033073a38abe4637a3e69.tar.bz2 forums-ebae19ff71f4f189a0e033073a38abe4637a3e69.tar.xz forums-ebae19ff71f4f189a0e033073a38abe4637a3e69.zip | |
The return of the option to download the config file if it could not be written
git-svn-id: file:///svn/phpbb/trunk@5821 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm')
| -rwxr-xr-x | phpBB/adm/style/install_install.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/phpBB/adm/style/install_install.html b/phpBB/adm/style/install_install.html index f83e73d143..efa52fa94b 100755 --- a/phpBB/adm/style/install_install.html +++ b/phpBB/adm/style/install_install.html @@ -41,6 +41,17 @@ <!-- END options --> </fieldset> +<!-- IF S_SHOW_DOWNLOAD --> +<fieldset> + <legend>{L_DL_CONFIG}</legend> + <p>{L_DL_CONFIG_EXPLAIN}</p> +</fieldset> +<fieldset class="submit-buttons"> + {S_HIDDEN} + <input class="button1" type="submit" id="dlconfig" name="dlconfig" value="{L_DL_DOWNLOAD}" /> <input class="button1" type="submit" id="dldone" name="dldone" value="{L_DL_DONE}" /> +</fieldset> +<!-- ENDIF --> + <!-- IF L_SUBMIT --> <fieldset class="submit-buttons"> {S_HIDDEN} |
