Browse Source

Further adjustment to select/select all checkboxes in dashboard order listings, issue #1332

master
andysellick 11 years ago
parent
commit
1023401c3f

+ 1
- 1
oscar/templates/oscar/dashboard/orders/order_detail.html View File

106
                             <thead>
106
                             <thead>
107
                                 <tr>
107
                                 <tr>
108
                                     <th></th>
108
                                     <th></th>
109
-                                    <th>{% trans "Select" %}</th>
109
+                                    <th></th>
110
                                     <th>{% trans "Line ID" %}</th>
110
                                     <th>{% trans "Line ID" %}</th>
111
                                     <th>{% trans "Quantity" %}</th>
111
                                     <th>{% trans "Quantity" %}</th>
112
                                     <th>{% trans "Product" %}</th>
112
                                     <th>{% trans "Product" %}</th>

+ 3
- 3
oscar/templates/oscar/dashboard/orders/order_list.html View File

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

Loading…
Cancel
Save