9 lines
225 B
PHTML
9 lines
225 B
PHTML
|
<?php if (! $this->compact): ?>
|
||
|
<div class="controls">
|
||
|
<?= $this->tabs; ?>
|
||
|
</div>
|
||
|
<?php endif ?>
|
||
|
<div class="content">
|
||
|
<?= sprintf($this->translate('%s is currently not up and running'), $this->backendName) ?>
|
||
|
</div>
|