Added missing files
This commit is contained in:
parent
90eb9023f2
commit
4723ae59d1
14
views/customers/tagindustries.ctp
Normal file
14
views/customers/tagindustries.ctp
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
|
||||
<div class="customers form">
|
||||
<?php echo $form->create('Customer');?>
|
||||
<fieldset>
|
||||
<legend><?php __('Add or Remove Industry Tags');?></legend>
|
||||
<?php
|
||||
echo $form->input('id');
|
||||
echo $form->input('name', array('type'=>'hidden'));
|
||||
echo $form->input('abn', array('type'=>'hidden'));
|
||||
echo $form->input('Industry.Industry', array('multiple'=>'checkbox', 'showParents'=> false, 'options' => $industries));
|
||||
?>
|
||||
</fieldset>
|
||||
<?php echo $form->end('Submit');?>
|
||||
|
||||
BIN
webroot/img/edit_add.png
Executable file
BIN
webroot/img/edit_add.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
Loading…
Reference in a new issue