Open list all links to the next container

refs #8565
This commit is contained in:
Matthias Jentsch 2015-03-06 15:13:08 +01:00
parent c2c9e49df4
commit 5c71f5a8ef
2 changed files with 9 additions and 5 deletions

View File

@ -151,9 +151,10 @@ use Icinga\Module\Monitoring\Forms\Command\Object\DeleteCommentCommandForm;
),
$inDowntimeCount
) ?> <?= $this->qlink(
$this->translate('Alle anzeigen'),
$this->translate('List all'),
$inDowntimeLink,
null
null,
array('data-base-target' => '_next')
); ?>
</p>
@ -174,7 +175,8 @@ use Icinga\Module\Monitoring\Forms\Command\Object\DeleteCommentCommandForm;
<?= $this->qlink(
$this->translate('List all'),
$commentsLink,
null
null,
array('data-base-target' => '_next')
); ?>
</p>

View File

@ -140,7 +140,8 @@ use Icinga\Module\Monitoring\Forms\Command\Object\DeleteCommentCommandForm;
<?= $this->qlink(
$this->translate('List all'),
$inDowntimeLink,
null
null,
array('data-base-target' => '_next')
);?>
</p>
<?php endif ?>
@ -159,7 +160,8 @@ use Icinga\Module\Monitoring\Forms\Command\Object\DeleteCommentCommandForm;
<?= $this->qlink(
$this->translate('List all'),
$commentsLink,
null
null,
array('data-base-target' => '_next')
); ?>
<p>