2013-08-20 15:45:04 +02:00
|
|
|
<?= $this->tabs->render($this); ?>
|
2013-08-22 17:17:58 +02:00
|
|
|
<h4>{{REMOVE_ICON}} Remove Backend "<?= $this->escape($this->name) ?>"</h4>
|
2013-08-20 15:45:04 +02:00
|
|
|
|
|
|
|
<p>
|
2013-08-22 17:17:58 +02:00
|
|
|
Are you sure you want to remove the backend <?= $this->escape($this->name) ?>?
|
2013-08-20 15:45:04 +02:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<?= $this->form; ?>
|