diff --git a/views/customers/tagindustries.ctp b/views/customers/tagindustries.ctp new file mode 100644 index 00000000..164098bf --- /dev/null +++ b/views/customers/tagindustries.ctp @@ -0,0 +1,14 @@ + +
+create('Customer');?> +
+ + 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)); + ?> +
+end('Submit');?> + diff --git a/webroot/img/edit_add.png b/webroot/img/edit_add.png new file mode 100755 index 00000000..5b051f64 Binary files /dev/null and b/webroot/img/edit_add.png differ