icingaweb2/application/views/scripts/dashboard/remove-dashlet.phtml
2014-11-20 12:08:50 +01:00

14 lines
No EOL
296 B
PHTML

<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>