MISP/app/View/GalaxyClusters/view_references.ctp

7 lines
382 B
PHP

<button class="btn btn-inverse" onclick="$('#references_div').toggle('blind', 300);"><span class="fa fa-eye-slash"> <?php echo __('Toggle Cluster relationships'); ?></span></button>
<div id="references_div" style="position: relative; border: solid 1px;" class="statistics_attack_matrix hidden">
<?php
echo $this->element('GalaxyClusters/view_references');
?>
</div>