1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11150] Install from ACP

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2015-09-13 18:44:50 +02:00
committed by Tristan Darricau
parent 6a15ad1368
commit d5672303a3
4 changed files with 180 additions and 28 deletions

View File

@@ -0,0 +1,14 @@
<!-- INCLUDE overall_header.html -->
<fieldset>
{%- if MESSAGE_DETAIL_LEGEND -%}
<legend>{{ MESSAGE_DETAIL_LEGEND|nl2br }}</legend>
{%- endif -%}
<pre>{{ MESSAGE_DETAIL }}</pre>
</fieldset>
<div {% if S_USER_NOTICE %}class="successbox"{% else %}class="errorbox"{% endif %}>
<h3>{{ MESSAGE_TITLE }}</h3>
<p>{{ MESSAGE_TEXT }}</p>
</div>
<!-- INCLUDE overall_footer.html -->