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('symbol');?> |
sort('iso4217');?> |
|
>
|
|
|
|
|
link(__('View', true), array('action'=>'view', $currency['Currency']['id'])); ?>
link(__('Edit', true), array('action'=>'edit', $currency['Currency']['id'])); ?>
link(__('Delete', true), array('action'=>'delete', $currency['Currency']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $currency['Currency']['id'])); ?>
|
prev('<< '.__('previous', true), array(), null, array('class'=>'disabled'));?>
| numbers();?>
next(__('next', true).' >>', array(), null, array('class'=>'disabled'));?>
- link(__('New Currency', true), array('action'=>'add')); ?>
- link(__('List Countries', true), array('controller'=> 'countries', 'action'=>'index')); ?>
- link(__('New Country', true), array('controller'=> 'countries', 'action'=>'add')); ?>
- link(__('List Principles', true), array('controller'=> 'principles', 'action'=>'index')); ?>
- link(__('New Principle', true), array('controller'=> 'principles', 'action'=>'add')); ?>
- link(__('List Quoted Products', true), array('controller'=> 'quoted_products', 'action'=>'index')); ?>
- link(__('New Quoted Product', true), array('controller'=> 'quoted_products', 'action'=>'add')); ?>