2015-04-17 16:20:06 +02:00
|
|
|
<?php if (! $this->compact): ?>
|
2014-11-20 15:23:08 +01:00
|
|
|
<div class="controls">
|
2015-04-17 16:20:06 +02:00
|
|
|
<?= $this->tabs; ?>
|
2014-11-20 15:23:08 +01:00
|
|
|
</div>
|
2015-04-17 16:20:06 +02:00
|
|
|
<?php endif ?>
|
2014-11-20 15:23:08 +01:00
|
|
|
<div class="content">
|
|
|
|
<?= sprintf($this->translate('%s is currently not up and running'), $this->backendName) ?>
|
|
|
|
</div>
|