Indenting changes
This commit is contained in:
parent
7fcf2eafca
commit
743ce3cec5
File diff suppressed because it is too large
Load diff
|
|
@ -138,13 +138,14 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="related">
|
<div class="related">
|
||||||
<h3><?php if($enquiry['Enquiry']['quote_count'] > 1) {
|
<h3><?php if($enquiry['Enquiry']['quote_count'] > 1) {
|
||||||
echo $enquiry['Enquiry']['quote_count'].' Quotes for this Enquiry';
|
$word = ' Quotes';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
echo $enquiry['Enquiry']['quote_count'].' Quote for this Enquiry';
|
$word = ' Quote';
|
||||||
|
}
|
||||||
}?>
|
echo $enquiry['Enquiry']['quote_count'].$word;
|
||||||
|
?>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<? echo $this->element('quote_table', $quotes);
|
<? echo $this->element('quote_table', $quotes);
|
||||||
|
|
@ -350,4 +351,4 @@
|
||||||
|
|
||||||
<?php debug($order_acknowledgements); ?>
|
<?php debug($order_acknowledgements); ?>
|
||||||
<?php // debug($jobs);?>
|
<?php // debug($jobs);?>
|
||||||
<?php //debug($emails); ?>
|
<?php //debug($emails); ?>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue