瀏覽代碼

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

master
andysellick 11 年之前
父節點
當前提交
1023401c3f

+ 1
- 1
oscar/templates/oscar/dashboard/orders/order_detail.html 查看文件

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

+ 3
- 3
oscar/templates/oscar/dashboard/orders/order_list.html 查看文件

@@ -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">&times;</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>

Loading…
取消
儲存