diff --git a/admin-dev/themes/template/header.tpl b/admin-dev/themes/template/header.tpl index 4d41499e9..7b6110512 100644 --- a/admin-dev/themes/template/header.tpl +++ b/admin-dev/themes/template/header.tpl @@ -56,8 +56,8 @@ var new_msg = '{l s='A new message posted on your shop.'}'; var excerpt_msg = '{l s='Excerpt : '}'; var see_msg = '{l s='Click here to see that message'}'; - var token_admin_orders = '{$token_admin_orders}'; - var token_admin_customers = '{$token_admin_customers}'; + var token_admin_orders = '{getAdminToken tab='AdminOrders'}'; + var token_admin_customers = '{getAdminToken tab='AdminCustomers'}'; {if isset($css_files)} @@ -163,7 +163,7 @@ $(document).ready(function()

{l s='Last orders'}

{l s='No new orders has been made on your shop'}

-

{l s='Show all orders'}

+

{l s='Show all orders'}

{/if} @@ -176,7 +176,7 @@ $(document).ready(function()

{l s='Last customers'}

{l s='No new customers registered on your shop'}

-

{l s='Show all customers'}

+

{l s='Show all customers'}

{/if} @@ -189,13 +189,13 @@ $(document).ready(function()

{l s='Last messages'}

{l s='No new messages posted on your shop'}

-

{l s='Show all messages'}

+

{l s='Show all messages'}

{/if} - {l s='My preferences'} + {l s='My preferences'} {$first_name} {$last_name} {l s='logout'} @@ -205,7 +205,7 @@ $(document).ready(function() {/if}