From bc0919344bf38071ac7f60def4a097890280847a Mon Sep 17 00:00:00 2001 From: iglocska Date: Thu, 27 Jun 2013 13:02:34 +0200 Subject: [PATCH] Some cleanup on the views --- app/View/Attributes/add_attachment.ctp | 2 +- app/View/Events/contact.ctp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/View/Attributes/add_attachment.ctp b/app/View/Attributes/add_attachment.ctp index 3f447689c..23d74f7f6 100755 --- a/app/View/Attributes/add_attachment.ctp +++ b/app/View/Attributes/add_attachment.ctp @@ -29,7 +29,7 @@ echo $this->Form->input('malware', array( 'type' => 'checkbox', 'checked' => false, - 'after' => $this->Html->div('forminfo', 'Tick this box to neutralize the sample. Every malware sample will be zipped with the password "infected"', ''), + // 'after' => $this->Html->div('forminfo', 'Tick this box to neutralize the sample. Every malware sample will be zipped with the password "infected"', ''), //'after' => '
Tick this box to neutralize the sample. Every malware sample will be zipped with the password "infected"', )); // link an onchange event to the form elements diff --git a/app/View/Events/contact.ctp b/app/View/Events/contact.ctp index 4a50a80bb..8d4428a9a 100755 --- a/app/View/Events/contact.ctp +++ b/app/View/Events/contact.ctp @@ -18,10 +18,10 @@ $mayPublish = ($isAclPublish && $this->request->data['Event']['orgc'] == $me['or
Form->input('person', array( - 'label' => __('Submit only to person', true), + 'label' => __('Submit only to the person that created the event', true), 'type' => 'checkbox', 'class' => 'clear', - 'after' => $this->Html->div('forminfo', __('By selecting this box you will contact the creator of the event only.', true)), + // 'after' => $this->Html->div('forminfo', __('By selecting this box you will contact the creator of the event only.', true)), )); ?>