From 5cc8bad42b2bd1b7dd6aed9ef745e57b71f28ecb Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Mon, 15 Oct 2018 17:40:55 +0100 Subject: [PATCH] Improve UI layout for select all option --- app/views/spree/admin/orders/index.html.haml | 3 +-- config/locales/en.yml | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app/views/spree/admin/orders/index.html.haml b/app/views/spree/admin/orders/index.html.haml index 96cddca13b..ee1f4adad8 100644 --- a/app/views/spree/admin/orders/index.html.haml +++ b/app/views/spree/admin/orders/index.html.haml @@ -24,11 +24,10 @@ %table#listing_orders.index.responsive{width: "100%", 'ng-init' => 'initialise()', 'ng-show' => "!RequestMonitor.loading && orders.length > 0" } %colgroup - %col{style: "width: 10%"} + %col{style: "width: 3%"} %thead %tr %th - = t('.select_all') %input{type: 'checkbox', 'ng-click' => 'toggleAll()'} %th = t(:products_distributor) diff --git a/config/locales/en.yml b/config/locales/en.yml index b9e2d509a9..3f9c2f4b1b 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2695,7 +2695,6 @@ See the %{link} to find out more about %{sitename}'s features and to start using no_orders_found: "No Orders Found" results_found: "%{number} Results found." viewing: "Viewing %{start} to %{end}." - select_all: "Select All" print_invoices: "Print Invoices" invoice: issued_on: Issued on