mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-07 21:05:18 +02:00
One more _self-targetting form
This commit is contained in:
parent
3afa70c494
commit
851bea0725
@ -29,7 +29,7 @@ foreach ($object->comments as $comment) {
|
||||
);
|
||||
|
||||
$list[] = sprintf(
|
||||
'<tr><th>%s (%s)</th><td>%s (%s) %s</td></tr>',
|
||||
'<tr><th>%s (%s)</th><td data-base-target="_self">%s (%s) %s</td></tr>',
|
||||
$this->escape($comment->author),
|
||||
$this->timeSince($comment->timestamp),
|
||||
$iconForm,
|
||||
|
Loading…
x
Reference in New Issue
Block a user