diff --git a/admin-dev/themes/default/template/controllers/customer_threads/message.tpl b/admin-dev/themes/default/template/controllers/customer_threads/message.tpl index adc7b9173..ac3651e00 100644 --- a/admin-dev/themes/default/template/controllers/customer_threads/message.tpl +++ b/admin-dev/themes/default/template/controllers/customer_threads/message.tpl @@ -23,17 +23,14 @@ * International Registered Trademark & Property of PrestaShop SA *} - - {if !$email} -

{if !empty($message.employee_name)} - - {$PS_SHOP_NAME} - {$message.employee_name} + {$employee_avatar} + ({$message.employee_name}) - {$PS_SHOP_NAME} {else} - -- + {if !empty($message.id_customer)} {$message.customer_name} @@ -43,7 +40,6 @@ {/if} {/if}

-
{if !empty($message.id_customer) && empty($message.id_employee)}
@@ -55,19 +51,16 @@
{/if} -
{l s='Sent on:'}
{$message.date_add}
- {if empty($message.id_employee)}
{l s='Browser:'}
{$message.user_agent}
{/if} - {if !empty($message.file_name) && $file_name}
{l s='File attachment'}
@@ -79,7 +72,6 @@
{/if} - {if !empty($message.id_order) && empty($message.id_employee)}
{l s='Order #'}
@@ -90,7 +82,6 @@
{/if} - {if !empty($message.id_product) && empty($message.id_employee)}
{l s='Product #'}
@@ -118,9 +109,7 @@
- {else} -
{if $id_employee} @@ -163,7 +152,6 @@
{l s='Subject:'}
{$message.subject}
- {/if}
{l s='Thread ID:'}
@@ -179,7 +167,6 @@
- {if !$email} {if empty($message.id_employee)}
@@ -189,7 +176,6 @@
{/if} - -{/if} - +{/if} \ No newline at end of file