Add missing tooltips and fix typos

fixes #4921 #4920
This commit is contained in:
Matthias Jentsch 2013-10-23 11:32:00 +02:00
parent 2142bb59d1
commit e19a6ace75
3 changed files with 6 additions and 6 deletions

View File

@ -207,10 +207,10 @@
<br />
<a
<a rel="tooltip" title="Disable notifications for a specific time on a program-wide basis"
href="<?= $this->href('monitoring/command/disablenotificationswithexpire'); ?>"
class="button btn-cta btn-full-width">
Dislable notification with expire
Disable notification with expire
</a>
<?php endif; ?>

View File

@ -23,10 +23,10 @@
);
?>
<div class="pull-right">
<a href="<?= $addCommentHref; ?>" class="btn-common btn-small button">
<a rel="tooltip" title="Add a comment" href="<?= $addCommentHref; ?>" class="btn-common btn-small button">
<i class="icinga-icon-comment"></i>
</a>
<a href="<?= $sendNotificationHref; ?>" class="btn-common btn-small button">
<a rel="tooltip" title="Send custom notification" href="<?= $sendNotificationHref; ?>" class="btn-common btn-small button">
<i class="icinga-icon-notification"></i>
</a>
</div>

View File

@ -89,7 +89,7 @@
)
) ?>
<?php else: ?>
<a href="<?=
<a rel="tooltip" title="Acknowledge Problems" href="<?=
$this->href(
'monitoring/command/acknowledgeproblem',
array(
@ -157,7 +157,7 @@
<?= $this->dateFormat()->formatDateTime($object->next_check); ?>
</div>
<div class="panel-button">
<a href="<?=
<a rel="tooltip" title="Reschedule the next check" href="<?=
$this->href(
'monitoring/command/reschedulenextcheck',
array(