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('page_number');?> | sort('content');?> | sort('quote_id');?> | |
|---|---|---|---|---|
| link($quotePage['Quote']['id'], array('controller' => 'quotes', 'action' => 'view', $quotePage['Quote']['id'])); ?> | link(__('View', true), array('action' => 'view', $quotePage['QuotePage']['id'])); ?> link(__('Edit', true), array('action' => 'edit', $quotePage['QuotePage']['id'])); ?> link(__('Delete', true), array('action' => 'delete', $quotePage['QuotePage']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $quotePage['QuotePage']['id'])); ?> |