Added missing files

This commit is contained in:
Karl Cordes 2009-07-09 17:10:51 +10:00
parent 90eb9023f2
commit 4723ae59d1
2 changed files with 14 additions and 0 deletions

View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB