diff --git a/app/View/Attributes/add.ctp b/app/View/Attributes/add.ctp index d65fe4b42..83e282848 100644 --- a/app/View/Attributes/add.ctp +++ b/app/View/Attributes/add.ctp @@ -78,6 +78,10 @@ echo $this->Form->input('batch_import', array( 'type' => 'checkbox' )); + echo '
'; + echo $this->Form->input('disable_correlation', array( + 'type' => 'checkbox' + )); ?> diff --git a/app/View/Attributes/edit.ctp b/app/View/Attributes/edit.ctp index 345bc81bb..aeb246bd7 100644 --- a/app/View/Attributes/edit.ctp +++ b/app/View/Attributes/edit.ctp @@ -59,6 +59,10 @@ 'type' => 'checkbox', )); } + echo '
'; + echo $this->Form->input('disable_correlation', array( + 'type' => 'checkbox' + )); ?>

" id="warning-message">