From 77258bbd6d5827bd82856cc39f544fb436cfb55c Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Mon, 17 Sep 2012 14:50:50 +0200 Subject: [PATCH] add i18n for products list on table --- app/views/user/list_products_for_table.html.slim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/user/list_products_for_table.html.slim b/app/views/user/list_products_for_table.html.slim index 4cbe3173..8203ee58 100644 --- a/app/views/user/list_products_for_table.html.slim +++ b/app/views/user/list_products_for_table.html.slim @@ -18,9 +18,9 @@ tfoot tr 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 strong#active-order-total td