counter(array( 'format' => __('Page %page% of %pages%, showing %current% records out of %count% total, starting on record %start%, ending on %end%', true) )); ?>
| sort('created');?> | sort('modified');?> | sort('id');?> | sort('enquiry_id');?> | sort('currency_id');?> | sort('revision');?> | sort('delivery_time');?> | sort('payment_terms');?> | sort('days_valid');?> | sort('date_issued');?> | sort('valid_until');?> | sort('delivery_point');?> | sort('exchange_rate');?> | sort('customs_duty');?> | sort('document_id');?> | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| link($quote['Enquiry']['title'], array('controller' => 'enquiries', 'action' => 'view', $quote['Enquiry']['id'])); ?> | link($quote['Currency']['name'], array('controller' => 'currencies', 'action' => 'view', $quote['Currency']['id'])); ?> | link($quote['Document']['id'], array('controller' => 'documents', 'action' => 'view', $quote['Document']['id'])); ?> | link(__('View', true), array('action' => 'view', $quote['Quote']['id'])); ?> link(__('Edit', true), array('action' => 'edit', $quote['Quote']['id'])); ?> link(__('Delete', true), array('action' => 'delete', $quote['Quote']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $quote['Quote']['id'])); ?> |