MISP/app/View/Blacklists/admin_add.ctp

16 lines
348 B
PHP
Executable File

<div class="whitelist form">
<?php echo $this->Form->create('Blacklist');?>
<fieldset>
<legend><?php echo __('Add Import Blacklist');?></legend>
<?php
echo $this->Form->input('name');
?>
</fieldset>
<?php echo $this->Form->end(__('Submit'));?>
</div>
<div class="actions">
<ul>
<?php echo $this->element('actions_menu');?>
</ul>
</div>