feat(standard-styling): Fix icons; add standard css
This commit is contained in:
@ -29,7 +29,11 @@
|
||||
{/block}
|
||||
|
||||
{block name='page_content'}
|
||||
<h6>{l s='Here are the orders you\'ve placed since your account was created.' d='Shop.Theme.Customeraccount'}</h6>
|
||||
<p>
|
||||
<strong>
|
||||
{l s='Here are the orders you\'ve placed since your account was created.' d='Shop.Theme.Customeraccount'}
|
||||
</strong>
|
||||
</p>
|
||||
|
||||
{if $orders}
|
||||
<table class="table table-striped table-bordered hidden-sm-down">
|
||||
@ -40,7 +44,7 @@
|
||||
<th>{l s='Total price' d='Shop.Theme.Checkout'}</th>
|
||||
<th class="hidden-md-down">{l s='Payment' d='Shop.Theme.Checkout'}</th>
|
||||
<th class="hidden-md-down">{l s='Status' d='Shop.Theme.Checkout'}</th>
|
||||
<th> </th>
|
||||
<th>{l s='Actions' d='Shop.Theme.Checkout'}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -66,16 +70,14 @@
|
||||
{$order.history.current.ostate_name}
|
||||
</span>
|
||||
</td>
|
||||
<td class="text-sm-center order-actions align-middle">
|
||||
<td class="order-actions align-middle d-flex">
|
||||
<a class="view-order-details-link btn btn-sm btn-primary" href="{$order.details.details_url}" data-link-action="view-order-details">
|
||||
{l s='Details' d='Shop.Theme.Customeraccount'}
|
||||
</a>
|
||||
{if $order.details.reorder_url}
|
||||
<div class="col-sm-6 mt-2">
|
||||
<a class="reorder-link btn btn-sm btn-primary" href="{$order.details.reorder_url}" data-link-action="view-order-details">
|
||||
<a class="reorder-link btn btn-sm btn-secondary" href="{$order.details.reorder_url}" data-link-action="view-order-details">
|
||||
{l s='Reorder' d='Shop.Theme.Actions'}
|
||||
</a>
|
||||
</div>
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user