downtimes/show.phtml: Do not show an (inappropriate) icon in the title

This commit is contained in:
Johannes Meyer 2015-07-10 15:16:16 +02:00
parent 52bde67653
commit 3091b8cf5c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
</p> </p>
</div> </div>
<div class="content multi-commands"> <div class="content multi-commands">
<h3><?= $this->icon('reschedule') ?> <?= $this->translate('Commands') ?> </h3> <h3><?= $this->translate('Commands') ?> </h3>
<?= $this->qlink( <?= $this->qlink(
sprintf( sprintf(
$this->translate('Remove all %d scheduled downtimes'), $this->translate('Remove all %d scheduled downtimes'),