Clarification of the malware checkbox on add attachment

pull/762/head
iglocska 2015-11-09 12:41:33 +01:00
parent cd886b4a79
commit 15c72a784d
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@
echo $this->Form->input('malware', array(
'type' => 'checkbox',
'checked' => false,
'data-content' => isset($attrDescriptions['signature']['formdesc']) ? $attrDescriptions['signature']['formdesc'] : $attrDescriptions['signature']['desc'],
'label' => 'IDS (encrypt and hash)',
// '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"',
));