fix: Fixed the incorrect column order on the event index

pull/1600/head
Iglocska 2016-10-06 14:38:09 +02:00
parent 67d7094b03
commit 912220fbbd
1 changed files with 3 additions and 3 deletions

View File

@ -29,13 +29,13 @@
<th title="Attribute Count"><?php echo $this->Paginator->sort('attribute_count', '#Attr.');?></th>
<?php if (Configure::read('MISP.showCorrelationsOnIndex')):?>
<th title="Sigthing Count"><?php echo $this->Paginator->sort('correlation_count', '#Corr.');?></th>
<?php endif; ?>
<?php if (Configure::read('MISP.showProposalsOnIndex')):?>
<th title="Proposal Count"><?php echo $this->Paginator->sort('proposal_count', '#Prop.');?></th>
<?php endif; ?>
<?php if (Configure::read('MISP.showSightingsCountOnIndex') && Configure::read('Plugin.Sightings_enable')):?>
<th><?php echo $this->Paginator->sort('sighting_count', '#Sightings');?></th>
<?php endif; ?>
<?php if (Configure::read('MISP.showProposalsOnIndex')):?>
<th title="Proposal Count"><?php echo $this->Paginator->sort('proposal_count', '#Prop.');?></th>
<?php endif; ?>
<?php if ($isSiteAdmin): ?>
<th><?php echo $this->Paginator->sort('user_id', 'Email');?></th>
<?php endif; ?>