2014-03-25 08:10:02 -04:00
|
|
|
<div class="controls">
|
2015-02-02 06:08:20 -05:00
|
|
|
<?= $this->tabs->showOnlyCloseButton() ?>
|
2015-01-30 08:50:25 -05:00
|
|
|
<?php if ($this->title): ?>
|
2014-03-25 08:10:02 -04:00
|
|
|
<h1><?= $this->escape($title) ?></h1>
|
|
|
|
|
<?php endif ?>
|
2015-01-30 08:50:25 -05:00
|
|
|
</div>
|
2014-03-25 08:10:02 -04:00
|
|
|
<div class="content">
|
2014-06-24 14:30:41 -04:00
|
|
|
<?php if ($this->message): ?>
|
2014-06-25 04:01:59 -04:00
|
|
|
<p><strong><?= nl2br($this->escape($message)) ?></strong></p>
|
2014-06-24 14:30:41 -04:00
|
|
|
<?php endif ?>
|
2014-01-22 08:57:54 -05:00
|
|
|
<?php if (isset($stackTrace)) : ?>
|
|
|
|
|
<hr />
|
2014-03-25 08:10:02 -04:00
|
|
|
<pre><?= $this->escape($stackTrace) ?></pre>
|
2014-01-22 08:57:54 -05:00
|
|
|
<?php endif ?>
|
2013-06-14 07:51:44 -04:00
|
|
|
</div>
|