Some cleanup on the views

pull/217/head
iglocska 2013-06-27 13:02:34 +02:00
parent 93b39eb76d
commit bc0919344b
2 changed files with 3 additions and 3 deletions

View File

@ -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' => '<br>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

View File

@ -18,10 +18,10 @@ $mayPublish = ($isAclPublish && $this->request->data['Event']['orgc'] == $me['or
<div class="input clear"></div>
<?php
echo $this->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)),
));
?>
<div class="input clear">