create('Industry');?>
end('Submit');?>
- link(__('Delete', true), array('action'=>'delete', $form->value('Industry.id')), null, sprintf(__('Are you sure you want to delete # %s?', true), $form->value('Industry.id'))); ?>
- link(__('List Industries', true), array('action'=>'index'));?>
- link(__('List Industries', true), array('controller'=> 'industries', 'action'=>'index')); ?>
- link(__('New Parent Industry', true), array('controller'=> 'industries', 'action'=>'add')); ?>
- link(__('List Customers', true), array('controller'=> 'customers', 'action'=>'index')); ?>
- link(__('New Customer', true), array('controller'=> 'customers', 'action'=>'add')); ?>
data); ?>