diff --git a/views/elements/enquiry_table.ctp b/views/elements/enquiry_table.ctp index 57e6fdff..039cf7ed 100644 --- a/views/elements/enquiry_table.ctp +++ b/views/elements/enquiry_table.ctp @@ -88,7 +88,7 @@ foreach ($enquiries as $enquiry): link($enquiry['Enquiry']['title'], array('controller'=>'enquiries', 'action'=>'view', $enquiry['Enquiry']['id'])); ?> - + link($enquiry['Customer']['name'], array('controller'=> 'customers', 'action'=>'view', $enquiry['Customer']['id'])); ?> @@ -111,7 +111,7 @@ foreach ($enquiries as $enquiry): strlen($displayedComment) ) { echo '.... '.$html->link('view all', array('controller'=>'enquiries', 'action'=>'view', $enquiry['Enquiry']['id'])); diff --git a/webroot/css/quotenik.css b/webroot/css/quotenik.css index f9d24c94..92a4b867 100755 --- a/webroot/css/quotenik.css +++ b/webroot/css/quotenik.css @@ -380,6 +380,7 @@ table.mer tr td { padding: 1px; } + table.mer tr.altrow td { background: #f4f4f4; } @@ -421,7 +422,7 @@ table.mer tr td.principlename { } table.mer tr td.comments { - font-size: x-small; + font-size: xx-small; text-align: left; } @@ -437,6 +438,10 @@ table.mer tr td.contactemail { table.mer tr td.contactname { padding: 0; font-size: small; +} +table.mer tr td.customername { + padding: 0; + font-size: small; } table.mer tr td.viewedit { padding: 0;