From e0bd1b19f26eb49924adb112ad3d8095a2fd11f7 Mon Sep 17 00:00:00 2001 From: vKham Date: Wed, 28 Dec 2011 15:58:13 +0000 Subject: [PATCH] // add new stylesheet view customer --- admin-dev/themes/template/customers/view.tpl | 33 ++++++++++++++------ 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/admin-dev/themes/template/customers/view.tpl b/admin-dev/themes/template/customers/view.tpl index a8a3cc5b5..2320743e8 100644 --- a/admin-dev/themes/template/customers/view.tpl +++ b/admin-dev/themes/template/customers/view.tpl @@ -124,7 +124,7 @@

{l s='Messages'} ({count($messages)})

{if count($messages)} - +
@@ -220,29 +220,37 @@
{l s='Status'} {l s='Message'}
{/if} -
  {assign var=count_ko value=count($orders_ko)} {if $count_ko}

{l s='Invalid orders:'} {$count_ko}

- +
+ + + + + + + + + - + - - + + {foreach $orders_ko AS $key => $order} - - + + {/foreach} @@ -389,9 +397,14 @@ {if count($interested)} -
+

{l s='Products'} ({count($interested)})

-
{l s='ID'}{l s='ID'} {l s='Date'}{l s='Products'}{l s='Total paid'} {l s='Payment'} {l s='State'}{l s='Products'}{l s='Total paid'} {l s='Actions'}
{$order['id_order']} {$order['date_add']}{$order['nb_products']}{$order['total_paid_real']} {$order['payment']} {$order['order_state']}{$order['nb_products']}{$order['total_paid_real']}
+
+ + + + + {foreach $interested as $key => $p}
{$p['id']}