1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 03:30:17 +02:00

[ticket/11150] Console liek output

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2015-12-11 20:12:42 +01:00
committed by Tristan Darricau
parent 6571067719
commit 4617037feb
3 changed files with 14 additions and 10 deletions

View File

@@ -5,11 +5,8 @@
<p>{{ MESSAGE_TEXT }}</p>
</div>
<div style="overflow-x:scroll">
<fieldset>
{%- if MESSAGE_DETAIL_LEGEND -%}
<legend>{{ MESSAGE_DETAIL_LEGEND|nl2br }}</legend>
{%- endif -%}
<div>
<fieldset class="console-output">
<pre>{{ MESSAGE_DETAIL }}</pre>
</fieldset>
</div>