add i18n for products list on table
This commit is contained in:
@@ -18,9 +18,9 @@
|
|||||||
tfoot
|
tfoot
|
||||||
tr
|
tr
|
||||||
td colspan=2
|
td colspan=2
|
||||||
button class="btn btn-primary" onClick="Quser.order_selected_products({table_id: '#{@table.id}'})" Bestellen
|
button class="btn btn-primary" onClick="Quser.order_selected_products({table_id: '#{@table.id}'})" data-t="selected_products.order"= t('selected_products.order')
|
||||||
|
|
|
|
||||||
button class="btn btn btn-warning" onClick="Quser.clear_selected_products()" Clear
|
button class="btn btn btn-warning" onClick="Quser.clear_selected_products()" data-t="selected_products.clear"= t('selected_products.clear')
|
||||||
td.currency
|
td.currency
|
||||||
strong#active-order-total
|
strong#active-order-total
|
||||||
td
|
td
|
||||||
|
|||||||
Reference in New Issue
Block a user