1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-23 09:00:48 +01:00

[ticket/11150] Adds an overflow to composer output

PHPBB3-11150
This commit is contained in:
Tristan Darricau 2015-09-17 10:55:49 +02:00 committed by Tristan Darricau
parent 0926e94955
commit ba0f151c39
No known key found for this signature in database
GPG Key ID: 817043C2E29DB881

View File

@ -5,11 +5,13 @@
<p>{{ MESSAGE_TEXT }}</p>
</div>
<fieldset>
{%- if MESSAGE_DETAIL_LEGEND -%}
<legend>{{ MESSAGE_DETAIL_LEGEND|nl2br }}</legend>
{%- endif -%}
<pre>{{ MESSAGE_DETAIL }}</pre>
</fieldset>
<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 -->