Upload new file
This commit is contained in:
parent
b134e18895
commit
eb8365ae1d
13
basket/templates/order_finish.tpl
Normal file
13
basket/templates/order_finish.tpl
Normal file
@ -0,0 +1,13 @@
|
||||
<div id="basket-order" class="tablebox">
|
||||
<table class="progress" width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<col width="38"><col width="195">
|
||||
<col width="38"><col width="195">
|
||||
<col width="38"><col width="195">
|
||||
<tr>
|
||||
<th>1</th><td>{#BASKET_PROGRESSBAR_STEP1#}</td>
|
||||
<th>2</th><td>{#BASKET_PROGRESSBAR_STEP2#}</td>
|
||||
<th class="active">3</th><td class="active">{#BASKET_PROGRESSBAR_STEP3#}</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>{#BASKET_ORDER_SEND_SUCCESS#}</p>
|
||||
</div>
|
Loading…
x
Reference in New Issue
Block a user