|
<div class="controls">
|
|
<?= $this->tabs ?>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<h1><?= t('Remove Dashlet From Dashboard'); ?></h1>
|
|
|
|
<p>
|
|
<?= $this->translate('Please confirm the removal'); ?>:
|
|
<?= $this->pane; ?>/<?= $this->dashlet; ?>
|
|
</p>
|
|
|
|
<?= $this->form; ?>
|
|
</div>
|