Commit before Enquiry custom validation rule
This commit is contained in:
parent
f8f59d0a39
commit
cce4bdc6ed
|
|
@ -1,6 +1,6 @@
|
||||||
Dear <?php echo $enquiry['Contact']['first_name']; ?>,<br /><br />
|
Dear <?php echo $enquiry['Contact']['first_name']; ?>,<br /><br />
|
||||||
|
|
||||||
Thank you for your enquiry. It has been registered in our system and will be actioned for you by <?php echo $html->link($enquiry['User']['first_name'].' '.$enquiry['User']['last_name'], 'mailto:'.$enquiry['User']['email'].'?subject='.$enquiry['Enquiry']['title']); ?>.<br />
|
Thank you for your enquiry. It has been entered in our system and will be actioned for you by <?php echo $html->link($enquiry['User']['first_name'].' '.$enquiry['User']['last_name'], 'mailto:'.$enquiry['User']['email'].'?subject='.$enquiry['Enquiry']['title']); ?>.<br />
|
||||||
The reference number assigned to this enquiry is: <b><?php echo $enquiry['Enquiry']['title']; ?></b><br />
|
The reference number assigned to this enquiry is: <b><?php echo $enquiry['Enquiry']['title']; ?></b><br />
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
|
|
|
||||||
34
views/elements/email/text/enquiry_added.ctp
Normal file
34
views/elements/email/text/enquiry_added.ctp
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
Dear <?php echo $enquiry['Contact']['first_name']; ?>,
|
||||||
|
|
||||||
|
Thank you for your enquiry. It has been entered in our system and will be actioned for you by <?php echo $enquiry['User']['first_name'].' '.$enquiry['User']['last_name']; ?>. Email: <?php echo $enquiry['User']['email']; ?>
|
||||||
|
The reference number assigned to this enquiry is: <?php echo $enquiry['Enquiry']['title']; ?>
|
||||||
|
|
||||||
|
|
||||||
|
Depending on the nature of your request, sometimes we may need input from our manufacturers overseas. This may take up to 24 or 48 hours.
|
||||||
|
|
||||||
|
Sincerely,
|
||||||
|
|
||||||
|
CMC Technologies
|
||||||
|
|
||||||
|
*****************************************************************************************
|
||||||
|
CMC Technologies Pty Limited
|
||||||
|
ACN: 085 991 224 , ABN: 47 085 991 224
|
||||||
|
Engineering & Industrial Instrumentation
|
||||||
|
Unit 19, 77 Bourke Road
|
||||||
|
Alexandria, NSW, 2015
|
||||||
|
AUSTRALIA
|
||||||
|
phone: +61 2 9669 4000
|
||||||
|
fax:+61 2 9669 4111
|
||||||
|
web: http://www.cmctechnologies.com.au
|
||||||
|
Specialising in Fire and Explosion Prevention or Protection, Overpressure
|
||||||
|
Protection, Vision in the Process, Flow Measurement, Pressure - Differential Pressure, and Temperature - Humidity measurement/logging
|
||||||
|
On-Line Analysers.
|
||||||
|
*****************************************************************************************
|
||||||
|
The information in this message is
|
||||||
|
confidential and may be priveleged. If you are not the intended recipient then
|
||||||
|
access, disclosure, copying or other dissemination of the contents of this
|
||||||
|
message is unauthorised and may be priveledged. Please inform the sender
|
||||||
|
immediately if you are not the intended addressee.All correspondence is subject
|
||||||
|
to CMC Technologies' Terms and Conditions of Sale - July 1, 2006.
|
||||||
|
*****************************************************************************************
|
||||||
|
|
||||||
7
views/layouts/email/html/default.ctp
Normal file
7
views/layouts/email/html/default.ctp
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<?php echo $content_for_layout; ?>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
1
views/layouts/email/text/default.ctp
Normal file
1
views/layouts/email/text/default.ctp
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
<?php echo $content_for_layout; ?>
|
||||||
1
views/layouts/email/text/default.ctp~
Normal file
1
views/layouts/email/text/default.ctp~
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
<?php echo $content_for_layout; ?>
|
||||||
Loading…
Reference in a new issue