monitoring/show: choose fitting header tags
This commit is contained in:
parent
56d67def00
commit
59ef6ff71a
|
@ -75,11 +75,11 @@ if (isset($delCommentForm)) {
|
|||
|
||||
?>
|
||||
<li class="comment-item">
|
||||
<h4>
|
||||
<h3>
|
||||
<span class="author"><?= $this->escape($comment->author) ?></span>
|
||||
<?= $this->timeAgo($comment->timestamp) ?>
|
||||
<?= $deleteButton ?>
|
||||
</h4>
|
||||
</h3>
|
||||
<p><span class="sr-only">(<?= $this->translate('Comment'); ?>): </span><?= str_replace(array('\r\n', '\n'), '<br>', $commentText) ?></p>
|
||||
</li>
|
||||
<?php endforeach ?>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<tr class="newsection">
|
||||
<td colspan="2">
|
||||
<h4 class="customvar"><?= $this->translate('Custom variables') ?></h4>
|
||||
<h2 class="customvar"><?= $this->translate('Custom variables') ?></h2>
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<div class="pluginoutput">
|
||||
<h4><?= $this->translate('Plugin Output') ?></h4>
|
||||
<h2><?= $this->translate('Plugin Output') ?></h2>
|
||||
<?= $this->pluginOutput($object->output) ?>
|
||||
<?= $this->pluginOutput($object->long_output) ?>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue