// fixed small bug about tpl/php var
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10072 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -131,7 +131,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>{$message['status']}</td>
|
<td>{$message['status']}</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="index.php?tab=AdminCustomerThreads&id_customer_thread='$message['id_customer_thread']}&viewcustomer_thread&token={getAdminToken tab='AdminCustomerThreads'}">
|
<a href="index.php?tab=AdminCustomerThreads&id_customer_thread={$message.id_customer_thread}&viewcustomer_thread&token={getAdminToken tab='AdminCustomerThreads'}">
|
||||||
{$message['message']}...
|
{$message['message']}...
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user