mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
4ac7557c2f
commit
a7135bad62
@ -9,6 +9,7 @@ $links = $object->getNotesUrls();
|
||||
<td>
|
||||
<?php
|
||||
if (! empty($notes)) {
|
||||
$notes = $this->resolveMacros($notes, $object);
|
||||
echo $notes . '<br>';
|
||||
}
|
||||
// add warning to links that open in new tabs to improve accessibility, as recommended by WCAG20 G201
|
||||
@ -25,4 +26,4 @@ $links = $object->getNotesUrls();
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endif ?>
|
||||
<?php endif ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user