Indenting changes
This commit is contained in:
parent
7fcf2eafca
commit
743ce3cec5
|
|
@ -139,12 +139,13 @@
|
||||||
|
|
||||||
<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);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue