From e7497f3ac7c6fbe3d7377a40647d9197d6384db9 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 25 Sep 2015 11:34:55 +0200 Subject: [PATCH] monitoring/CSS: Use icon-cancel for the delete comment button refs #5543 --- .../forms/Command/Object/DeleteCommentCommandForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/forms/Command/Object/DeleteCommentCommandForm.php b/modules/monitoring/application/forms/Command/Object/DeleteCommentCommandForm.php index 2d379bb9e..f8ad101ae 100644 --- a/modules/monitoring/application/forms/Command/Object/DeleteCommentCommandForm.php +++ b/modules/monitoring/application/forms/Command/Object/DeleteCommentCommandForm.php @@ -69,7 +69,7 @@ class DeleteCommentCommandForm extends CommandForm 'escape' => false, 'type' => 'submit', 'class' => 'action-link link', - 'label' => $this->getView()->icon('trash'), + 'label' => $this->getView()->icon('cancel'), 'title' => $this->translate('Delete this comment'), 'decorators' => array('ViewHelper') )