new: [UI] disable attribute correlation during creation / modification

pull/4023/head
iglocska 2019-01-17 07:57:23 +01:00
parent 2cbf4e37dd
commit a42141f519
2 changed files with 8 additions and 0 deletions

View File

@ -78,6 +78,10 @@
echo $this->Form->input('batch_import', array(
'type' => 'checkbox'
));
echo '<div class="input clear"></div>';
echo $this->Form->input('disable_correlation', array(
'type' => 'checkbox'
));
?>
</div>
</fieldset>

View File

@ -59,6 +59,10 @@
'type' => 'checkbox',
));
}
echo '<div class="input clear"></div>';
echo $this->Form->input('disable_correlation', array(
'type' => 'checkbox'
));
?>
</fieldset>
<p style="color:red;font-weight:bold;display:none;<?php if (isset($ajax) && $ajax) echo "text-align:center;";?> " id="warning-message"><?php echo __('Warning: You are about to share data that is of a sensitive nature (Attribution / targeting data). Make sure that you are authorised to share this.'); ?></p>