create('Document');?>
end('Submit');?>
- link(__('Delete', true), array('action' => 'delete', $form->value('Document.id')), null, sprintf(__('Are you sure you want to delete # %s?', true), $form->value('Document.id'))); ?>
- link(__('List Documents', true), array('action' => 'index'));?>
- link(__('List Customers', true), array('controller' => 'customers', 'action' => 'index')); ?>
- link(__('New Customer', true), array('controller' => 'customers', 'action' => 'add')); ?>
- link(__('List Enquiries', true), array('controller' => 'enquiries', 'action' => 'index')); ?>
- link(__('New Enquiry', true), array('controller' => 'enquiries', 'action' => 'add')); ?>
- link(__('List Jobs', true), array('controller' => 'jobs', 'action' => 'index')); ?>
- link(__('New Job', true), array('controller' => 'jobs', 'action' => 'add')); ?>
- link(__('List Users', true), array('controller' => 'users', 'action' => 'index')); ?>
- link(__('New User', true), array('controller' => 'users', 'action' => 'add')); ?>
- link(__('List Contacts', true), array('controller' => 'contacts', 'action' => 'index')); ?>
- link(__('New Contact', true), array('controller' => 'contacts', 'action' => 'add')); ?>
- link(__('List Invoices', true), array('controller' => 'invoices', 'action' => 'index')); ?>
- link(__('New Invoice', true), array('controller' => 'invoices', 'action' => 'add')); ?>
- link(__('List Quotes', true), array('controller' => 'quotes', 'action' => 'index')); ?>
- link(__('New Quote', true), array('controller' => 'quotes', 'action' => 'add')); ?>
- link(__('List Pages', true), array('controller' => 'pages', 'action' => 'index')); ?>
- link(__('New Page', true), array('controller' => 'pages', 'action' => 'add')); ?>