1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 02:59:52 +02:00

[ticket/11150] CS and wording

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2015-12-09 19:39:05 +01:00
committed by Tristan Darricau
parent 8ea2ecf835
commit ea4a4acee0
5 changed files with 15 additions and 15 deletions

View File

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