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('item_number');?> | sort('option');?> | sort('quantity');?> | sort('title');?> | sort('description');?> | sort('quote_id');?> | sort('product_id');?> | sort('costing_id');?> | sort('unit_price');?> | |
|---|---|---|---|---|---|---|---|---|---|---|
| link($lineItem['Quote']['id'], array('controller' => 'quotes', 'action' => 'view', $lineItem['Quote']['id'])); ?> | link($lineItem['Product']['title'], array('controller' => 'products', 'action' => 'view', $lineItem['Product']['id'])); ?> | link(__('View', true), array('action' => 'view', $lineItem['LineItem']['id'])); ?> link(__('Edit', true), array('action' => 'edit', $lineItem['LineItem']['id'])); ?> link(__('Delete', true), array('action' => 'delete', $lineItem['LineItem']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $lineItem['LineItem']['id'])); ?> |