monitoring/show: choose fitting header tags

This commit is contained in:
Thomas Gelf 2015-06-16 00:35:32 +02:00
parent 56d67def00
commit 59ef6ff71a
3 changed files with 4 additions and 4 deletions

View File

@ -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 ?>

View File

@ -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

View File

@ -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>