minor cosmetic changes

pull/61/head
Andrzej Dereszowski 2012-04-13 10:53:53 +02:00
parent 9e04311622
commit 29c5411ece
3 changed files with 6 additions and 2 deletions

View File

@ -57,6 +57,7 @@ class Attribute extends AppModel {
'attachment',
'malware-sample',
'link',
'description',
'other')),
'message' => 'Options : md5, sha1, filename, ip, domain, email, url, regkey, AS, other, ...',
//'allowEmpty' => false,
@ -67,6 +68,7 @@ class Attribute extends AppModel {
),
'category' => array(
'rule' => array('inList', array(
'Internal reference',
'Payload delivery',
'Antivirus detection',
'Payload installation',
@ -75,7 +77,8 @@ class Attribute extends AppModel {
'Registry keys modified',
'Network activity',
'Payload type',
'Attribution',
'Attribution',
'External analysis',
'Other',
'' // FIXME remove this once all attributes have a category. Otherwise sigs without category are not shown in the list
)),

View File

@ -11,7 +11,7 @@
echo $this->Form->input('malware', array(
'type' => 'checkbox',
'checked' => false,
'after' => ' <i>(Every malware sample will be zipped with the password "infected")</i>',
'after' => '<br>Tick this box to neutralize the sample. Every malware sample will be zipped with the password "infected"',
));
?>
</fieldset>

View File

@ -62,6 +62,7 @@
?></li>
<?php endforeach; ?>
</ul>
<br/>
</div>
<?php endif; ?>