MISP/app/View/Sightings/ajax/like_button.ctp

5 lines
187 B
PHP

<?php
echo $this->Form->create('Sighting', array('id' => 'Sighting_' . $id, 'url' => $baseurl . '/sightings/add/' . $id, 'style' => 'display:none;'));
echo $this->Form->end();
?>