From 59ef6ff71a124befc52d34327e217b539fbdcfab Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 16 Jun 2015 00:35:32 +0200 Subject: [PATCH] monitoring/show: choose fitting header tags --- .../application/views/scripts/show/components/comments.phtml | 4 ++-- .../views/scripts/show/components/customvars.phtml | 2 +- .../application/views/scripts/show/components/output.phtml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/monitoring/application/views/scripts/show/components/comments.phtml b/modules/monitoring/application/views/scripts/show/components/comments.phtml index 3d806c577..ded9d3836 100644 --- a/modules/monitoring/application/views/scripts/show/components/comments.phtml +++ b/modules/monitoring/application/views/scripts/show/components/comments.phtml @@ -75,11 +75,11 @@ if (isset($delCommentForm)) { ?>
  • -

    +

    escape($comment->author) ?> timeAgo($comment->timestamp) ?> -

    +

    (translate('Comment'); ?>): ', $commentText) ?>

  • diff --git a/modules/monitoring/application/views/scripts/show/components/customvars.phtml b/modules/monitoring/application/views/scripts/show/components/customvars.phtml index 50b82dbef..e58b0f168 100644 --- a/modules/monitoring/application/views/scripts/show/components/customvars.phtml +++ b/modules/monitoring/application/views/scripts/show/components/customvars.phtml @@ -1,6 +1,6 @@ -

    translate('Custom variables') ?>

    +

    translate('Custom variables') ?>

    -

    translate('Plugin Output') ?>

    +

    translate('Plugin Output') ?>

    pluginOutput($object->output) ?> pluginOutput($object->long_output) ?>