mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/11150] Move composer output
PHPBB3-11150
This commit is contained in:
parent
560d4729f9
commit
963eea33a9
1 changed files with 7 additions and 6 deletions
|
@ -1,14 +1,15 @@
|
||||||
<!-- INCLUDE overall_header.html -->
|
<!-- 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 %}>
|
<div {% if S_USER_NOTICE %}class="successbox"{% else %}class="errorbox"{% endif %}>
|
||||||
<h3>{{ MESSAGE_TITLE }}</h3>
|
<h3>{{ MESSAGE_TITLE }}</h3>
|
||||||
<p>{{ MESSAGE_TEXT }}</p>
|
<p>{{ MESSAGE_TEXT }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<fieldset>
|
||||||
|
{%- if MESSAGE_DETAIL_LEGEND -%}
|
||||||
|
<legend>{{ MESSAGE_DETAIL_LEGEND|nl2br }}</legend>
|
||||||
|
{%- endif -%}
|
||||||
|
<pre>{{ MESSAGE_DETAIL }}</pre>
|
||||||
|
</fieldset>
|
||||||
|
|
||||||
<!-- INCLUDE overall_footer.html -->
|
<!-- INCLUDE overall_footer.html -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue