2015-09-22 18:21:25 +02:00
|
|
|
<?php if (! $hideControls) { ?>
|
2015-09-22 18:21:25 +02:00
|
|
|
<div class="controls">
|
2015-09-22 18:21:25 +02:00
|
|
|
<?= $this->tabs->showOnlyCloseButton() ?>
|
2015-09-22 18:21:25 +02:00
|
|
|
</div>
|
|
|
|
<?php } ?>
|
2015-09-22 18:21:25 +02:00
|
|
|
<div class="content">
|
|
|
|
<p><strong><?= nl2br($this->escape($message)) ?></strong></p>
|
|
|
|
<?php if (isset($stackTrace)) : ?>
|
|
|
|
<hr />
|
|
|
|
<pre><?= $this->escape($stackTrace) ?></pre>
|
|
|
|
<?php endif ?>
|
|
|
|
</div>
|