order admin

This commit is contained in:
Etienne Roudeix
2013-09-24 17:04:32 +02:00
parent 4600727163
commit 7bd511c420
40 changed files with 1197 additions and 555 deletions

View File

@@ -63,7 +63,7 @@
{assign "orderStatusLabel" "success"}
{else}
{if $CODE == 'processing'}
{assign "orderStatusLabel" "Primary"}
{assign "orderStatusLabel" "primary"}
{else}
{if $CODE == 'sent'}
{assign "orderStatusLabel" "info"}
@@ -85,7 +85,7 @@
<td>{$orderInvoiceCompany}</td>
<td><a href="{url path="/admin/customer/update/$CUSTOMER"}">{$orderInvoiceFirstName|ucwords} {$orderInvoiceLastName|upper}</a></td>
<td>{$TOTAL_TAXED_AMOUNT}</td>
<td><span class="label label-{$orderStatusLabel}">{$orderStatus}</span></td>
<td><span class="label label-{$order-processing}">{$orderStatus}</span></td>
{module_include location='orders_table_row'}