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('currency_id');?> | |
|---|---|---|---|
| link($country['Currency']['name'], array('controller'=> 'currencies', 'action'=>'view', $country['Currency']['id'])); ?> | link(__('View', true), array('action'=>'view', $country['Country']['id'])); ?> link(__('Edit', true), array('action'=>'edit', $country['Country']['id'])); ?> link(__('Delete', true), array('action'=>'delete', $country['Country']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $country['Country']['id'])); ?> |