to_ids turned off on attribute creation by default

pull/217/head
iglocska 2013-06-26 15:33:39 +02:00
parent e87c28863e
commit 55cb389d64
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<div class="input clear"></div>
<?php
echo $this->Form->input('to_ids', array(
'checked' => true,
'checked' => false,
'data-content' => isset($attrDescriptions['signature']['formdesc']) ? $attrDescriptions['signature']['formdesc'] : $attrDescriptions['signature']['desc'],
'label' => 'IDS Signature?',
));