diff options
Diffstat (limited to 'phpBB/adm/style/installer_convert.html')
| -rw-r--r-- | phpBB/adm/style/installer_convert.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/adm/style/installer_convert.html b/phpBB/adm/style/installer_convert.html index 8f1c51a1cb..aa16542b6b 100644 --- a/phpBB/adm/style/installer_convert.html +++ b/phpBB/adm/style/installer_convert.html @@ -6,6 +6,14 @@ <p>{ERROR_MSG}</p> </div> <!-- ENDIF --> +<!-- IF .errors --> +<div id="error-container"> +<!-- BEGIN errors --> + <strong>{errors.TITLE}</strong> + <!-- IF errors.DESCRIPTION --><p>{errors.DESCRIPTION}</p><!-- ENDIF --> +<!-- END errors --> +</div> +<!-- ENDIF --> <!-- IF BODY --><p>{BODY}</p><!-- ENDIF --> <!-- IF CONTENT -->{CONTENT}<!-- ENDIF --> <!-- IF S_CONV_IN_PROGRESS --> |
