|
|
@@ -54,7 +54,7 @@
|
|
54
|
54
|
|
|
55
|
55
|
<div class="modal hide fade" id="SearchModal">
|
|
56
|
56
|
<div class="modal-header">
|
|
57
|
|
- <button type="button" class="close" data-dismiss="modal">×</button>
|
|
|
57
|
+ <button type="button" class="close" data-dismiss="modal">×</button>
|
|
58
|
58
|
<h3>{% trans "Advanced Search" %}</h3>
|
|
59
|
59
|
</div>
|
|
60
|
60
|
<form action="." method="get" class="form-horizontal">
|
|
|
@@ -90,7 +90,8 @@
|
|
90
|
90
|
|
|
91
|
91
|
<thead>
|
|
92
|
92
|
<tr>
|
|
93
|
|
- <th>{% trans "Select all" %}</th>
|
|
|
93
|
+ <th></th>
|
|
|
94
|
+ <th></th>
|
|
94
|
95
|
<th>{% anchor 'number' _("Order number") %}</th>
|
|
95
|
96
|
<th>{% anchor 'total_incl_tax' _("Total inc tax") %}</th>
|
|
96
|
97
|
<th>{% trans "Number of items" %}</th>
|
|
|
@@ -99,7 +100,6 @@
|
|
99
|
100
|
<th>{% trans "Shipping address" %}</th>
|
|
100
|
101
|
<th>{% trans "Billing address" %}</th>
|
|
101
|
102
|
<th>{% trans "Date of purchase" %}</th>
|
|
102
|
|
- <th></th>
|
|
103
|
103
|
</tr>
|
|
104
|
104
|
</thead>
|
|
105
|
105
|
<tbody>
|