fix: [UI] Normalize quck add attribute for object with other forms

pull/6423/head
Jakub Onderka 2020-10-11 16:38:49 +02:00
parent 3a6d2d8420
commit da56fabf5d
1 changed files with 4 additions and 2 deletions

View File

@ -91,6 +91,7 @@
echo $this->Form->input('Attribute.' . $k . '.to_ids', array(
'type' => 'checkbox',
'checked' => $element['to_ids'],
'label' => __('For Intrusion Detection System'),
));
?>
@ -107,7 +108,8 @@
'required' => false,
'allowEmpty' => true,
'div' => 'input clear',
'class' => 'input-xxlarge'
'style' => 'height:20px;width:400px;',
'label' => __('Contextual Comment'),
));
?>
@ -141,7 +143,7 @@
}
?>
$(document).ready(function() {
$(function() {
initPopoverContent('Attribute0');
$('#Attribute0Distribution').change(function() {
initPopoverContent('Attribute0');