MISP/app/View/DecayingModel/decaying_tool_rest_search_f...

9 lines
386 B
PHP

<div class="hidden">
<?php echo $this->Form->create('decayingToolRestSearch', array('url' => array('controller' => 'decayingModel', 'action' => 'decayingToolRestSearch', 'results')));?>
<legend><?php echo __('Decaying Model RestSearch');?></legend>
<fieldset>
<?php echo $this->Form->input('filters'); ?>
</fieldset>
<?php echo $this->Form->end(); ?>
</div>