fix: Small fix on the attribute correlation popup's header

- F-A-I-L
pull/1784/head v2.4.58
iglocska 2016-12-22 21:13:33 +01:00
parent e28cf5c17a
commit a169a9bd56
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
echo $this->Form->create('Attribute', array('style' => 'margin:0px;', 'id' => 'PromptForm', 'url' => '/attributes/toggleCorrelation/' . $attribute['Attribute']['id']));
$extraTitle = "";
?>
<legend>Toggle Correlation <?php echo $attribute['Event']['disable_correlation'] ? 'on' : 'off'?></legend>
<legend>Toggle Correlation <?php echo $attribute['Attribute']['disable_correlation'] ? 'on' : 'off'?></legend>
<div style="padding-left:5px;padding-right:5px;padding-bottom:5px;">
<p>
<?php