14 lines
258 B
PHTML
14 lines
258 B
PHTML
|
<div class="controls">
|
||
|
<?= $this->tabs ?>
|
||
|
</div>
|
||
|
|
||
|
<div class="content">
|
||
|
<h1><?= t('Remove Pane'); ?></h1>
|
||
|
|
||
|
<p>
|
||
|
<?= $this->translate('Please confirm the removal of'); ?>:
|
||
|
<?= $this->pane; ?>
|
||
|
</p>
|
||
|
|
||
|
<?= $this->form; ?>
|
||
|
</div>
|