counter(array( 'format' => __('Page %page% of %pages%, showing %current% records out of %count% total, starting on record %start%, ending on %end%', true) )); ?>
| sort('id');?> | sort('name');?> | sort('parent_id');?> | |
|---|---|---|---|
| link($industry['ParentIndustry']['name'], array('controller'=> 'industries', 'action'=>'view', $industry['ParentIndustry']['id'])); ?> | link(__('View', true), array('action'=>'view', $industry['Industry']['id'])); ?> link(__('Edit', true), array('action'=>'edit', $industry['Industry']['id'])); ?> link(__('Delete', true), array('action'=>'delete', $industry['Industry']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $industry['Industry']['id'])); ?> |