2014-11-18 16:28:04 +01:00
|
|
|
<div class="controls">
|
|
|
|
<?= $this->tabs ?>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="content">
|
2014-11-20 11:36:04 +01:00
|
|
|
<h1><?= t('Remove Dashboard'); ?></h1>
|
2014-11-18 16:28:04 +01:00
|
|
|
|
|
|
|
<p>
|
|
|
|
<?= $this->translate('Please confirm the removal of'); ?>:
|
|
|
|
<?= $this->pane; ?>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<?= $this->form; ?>
|
|
|
|
</div>
|