diff options
Diffstat (limited to 'phpBB/adm/style/install_update.html')
| -rw-r--r-- | phpBB/adm/style/install_update.html | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/adm/style/install_update.html b/phpBB/adm/style/install_update.html index 22d21d8314..818889c89b 100644 --- a/phpBB/adm/style/install_update.html +++ b/phpBB/adm/style/install_update.html @@ -43,6 +43,11 @@  		<p>{WARNING_MSG}</p>  	</div>  	<!-- ENDIF --> +	 +	<div class="errorbox" style="margin-top: 0;"> +		<h3>{L_NOTICE}</h3> +		<p>{L_BACKUP_NOTICE}</p> +	</div>  	<form id="install_update" method="post" action="{U_ACTION}">  | 
