+ $output .= '
'.($id_employee ? '
'.$this->l('View this thread').' ' : '').'
'.$this->l('Sent by:').' '.(!empty($message['customer_name']) ? $message['customer_name'].' ('.$message['email'].')' : $message['email'])
.((!empty($message['id_customer']) AND empty($message['employee_name'])) ? '
'.$this->l('Customer ID:').' '.(int)($message['id_customer']).'
' : '')
.((!empty($message['id_order']) AND empty($message['employee_name'])) ? '
'.$this->l('Order #').': '.(int)($message['id_order']).'
' : '')
.((!empty($message['id_product']) AND empty($message['employee_name'])) ? '
'.$this->l('Product #').': '.(int)($message['id_product']).'
' : '')
- .'
-
'.$this->l('Thread ID:').' '.(int)$message['id_customer_thread'].'
-
'.$this->l('Message ID:').' '.(int)$message['id_customer_message'].'
+ $output .= '
'.$this->l('Message:').'
'.$message['message'].'
';
@@ -413,22 +416,23 @@ class AdminCustomerThreads extends AdminTab
{
if (empty($message['employee_name']))
$output .= '
-
-
- '.$this->l('Reply to this message').'
+
+
+ '.$this->l('Reply to this message').'
-