9 lines
207 B
PHTML
9 lines
207 B
PHTML
|
<?= $this->tabs->render($this); ?>
|
||
|
<h4>Remove backend <?= $this->escape($this->name) ?></h4>
|
||
|
|
||
|
<p>
|
||
|
Are you sure you want to remove the backend <?= $this->escape($this->name) ?>?
|
||
|
</p>
|
||
|
|
||
|
<?= $this->form; ?>
|