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

View File

@ -23,10 +23,10 @@
); );
?> ?>
<div class="pull-right"> <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> <i class="icinga-icon-comment"></i>
</a> </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> <i class="icinga-icon-notification"></i>
</a> </a>
</div> </div>

View File

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