diff options
Diffstat (limited to 'phpBB/adm')
| -rw-r--r-- | phpBB/adm/style/acp_board.html | 5 | ||||
| -rw-r--r-- | phpBB/adm/style/installer_form.html | 2 | 
2 files changed, 4 insertions, 3 deletions
| diff --git a/phpBB/adm/style/acp_board.html b/phpBB/adm/style/acp_board.html index 64592a5de2..fe3e250099 100644 --- a/phpBB/adm/style/acp_board.html +++ b/phpBB/adm/style/acp_board.html @@ -18,10 +18,11 @@  <!-- BEGIN options -->  	<!-- IF options.S_LEGEND -->  		<!-- IF not options.S_FIRST_ROW --> -			</fieldset> +		</fieldset>  		<!-- ENDIF --> +  		<fieldset> -			<legend>{options.LEGEND}</legend> +		<legend>{options.LEGEND}</legend>  	<!-- ELSE -->  		<dl> diff --git a/phpBB/adm/style/installer_form.html b/phpBB/adm/style/installer_form.html index cc5b041fa1..a38f33c7c2 100644 --- a/phpBB/adm/style/installer_form.html +++ b/phpBB/adm/style/installer_form.html @@ -49,7 +49,7 @@  <fieldset class="submit-buttons">  	<legend>{L_SUBMIT}</legend>  	<!-- BEGIN submit_buttons --> -	<input class="button1" type="submit" name="{submit_buttons.KEY}" value="{submit_buttons.TITLE}" /> +	<input class="button1<!-- IF submit_buttons.DISABLED --> disabled<!-- ENDIF -->" type="submit" name="{submit_buttons.KEY}" value="{submit_buttons.TITLE}"<!-- IF submit_buttons.DISABLED --> disabled="disabled"<!-- ENDIF --> />  	<!-- END submit_buttons -->  </fieldset>  <!-- ENDIF --> | 
