minor micro changes

pull/61/head
Christophe Vandeplas 2012-03-21 21:44:18 +01:00
parent 23572019bb
commit 23d161f332
3 changed files with 30 additions and 27 deletions

View File

@ -1,8 +1,11 @@
Copyright Belgian Defence
Authors:
Founder:
Christophe Vandeplas <christophe@vandeplas.com>
Developers:
Christophe Vandeplas <christophe@vandeplas.com>
Andrzej Dereszowski <deresz@gmail.com>
This code should not be distributed without prior approval from the copyright holders.

View File

@ -7,7 +7,7 @@
echo $this->Form->input('type');
echo $this->Form->input('to_ids', array(
'checked' => true,
'after' => ' <i>Is this attribute specific enough to be exported to IDS systems?</i>',
'after' => ' <i>Can we make an IDS signature based on this attribute ?</i>',
));
echo $this->Form->input('value', array(
'error' => array('escape' => false),