diff options
Diffstat (limited to 'phpBB/adm/style/installer_form.html')
-rw-r--r-- | phpBB/adm/style/installer_form.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/phpBB/adm/style/installer_form.html b/phpBB/adm/style/installer_form.html index 669f7aa834..cc5b041fa1 100644 --- a/phpBB/adm/style/installer_form.html +++ b/phpBB/adm/style/installer_form.html @@ -1,6 +1,6 @@ <form id="<!-- IF FORM_ID -->{FORM_ID}<!-- ELSE -->install_install<!-- ENDIF -->" method="POST" action="{U_ACTION}"> <!-- IF .options --> -<!-- IF S_FORM_ELEM_COUNT > 1 --> +<!-- IF S_NOT_ONLY_BUTTON_FORM --> <fieldset> <!-- ENDIF --> @@ -13,8 +13,6 @@ <!-- ENDIF --> <legend>{options.LEGEND}</legend> <!-- ELSE --> - - <!-- IF options.TYPE <> 'submit' --> <dl> <dt><label for="{options.KEY}">{options.TITLE}{L_COLON}</label><!-- IF options.S_EXPLAIN --><br /><span class="explain">{options.TITLE_EXPLAIN}</span><!-- ENDIF --></dt> <dd> @@ -41,16 +39,18 @@ <!-- ENDIF --> </dd> </dl> - <!-- ELSE --> -<!-- IF S_FORM_ELEM_COUNT > 1 --> -</fieldset> -<!-- ENDIF --> - <fieldset class="submit-buttons"> - <legend>{L_SUBMIT}</legend> - <input class="button1" type="submit" name="{options.KEY}" value="{options.TITLE}" /> - </fieldset> - <!-- ENDIF --> <!-- ENDIF--> <!-- END options --> +<!-- IF S_NOT_ONLY_BUTTON_FORM --> +</fieldset> +<!-- ENDIF --> +<!-- ENDIF --> +<!-- IF .submit_buttons --> +<fieldset class="submit-buttons"> + <legend>{L_SUBMIT}</legend> + <!-- BEGIN submit_buttons --> + <input class="button1" type="submit" name="{submit_buttons.KEY}" value="{submit_buttons.TITLE}" /> + <!-- END submit_buttons --> +</fieldset> <!-- ENDIF --> </form> |