2013-11-20 19:10:38 +01:00
|
|
|
<?= $this->tabs->render($this); ?>
|
2014-01-22 14:57:54 +01:00
|
|
|
<div class="alert alert-danger">
|
|
|
|
<p><?= $message ?></p>
|
|
|
|
</div>
|
|
|
|
<?php if (isset($stackTrace)) : ?>
|
|
|
|
<hr />
|
|
|
|
<pre><?= $stackTrace ?></pre>
|
|
|
|
<?php endif ?>
|
|
|
|
<?php if (isset($this->messageBox)) : ?>
|
|
|
|
<?= $this->messageBox->render(); ?>
|
|
|
|
<? endif ?>
|
2013-06-14 13:51:44 +02:00
|
|
|
</div>
|