From 537802fe7afe41208b9e4962bc51295f64f483b8 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Sun, 16 Sep 2018 09:25:16 -0700 Subject: [PATCH] Bug 15184: Improve styling - Move "Show inactive" checkbox closer to the "Show inactive" text. - Put more space between the "Show inactive" checkbox and the "The original..." text - Add "Check boxes to duplicate the original values" at the top of the fieldset --- .../prog/en/modules/acqui/duplicate_orders.tt | 62 +++++++++++----------- 1 file changed, 30 insertions(+), 32 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt index ba4713145c..8614f2264e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt @@ -13,6 +13,7 @@ Basket [% basket.basketno | html %] › Duplicate existing orders [% Asset.css("css/datatables.css") | $raw %] @@ -179,41 +180,36 @@ Basket [% basket.basketno | html %] › Duplicate existing orders

Duplicate all the orders with the following accounting details:

Accounting details +
Check boxes to duplicate the original values
  1. - - + + + + The original currency value will be copied
  2. -
  3. - - - - The original currency value will be copied -
  4. -
  5. - - - - - - The original fund will be used -
  6. + + + + + + The original fund will be used
  7. @@ -251,6 +247,8 @@ Basket [% basket.basketno | html %] › Duplicate existing orders [% END %] + + Cancel
@@ -321,7 +319,7 @@ Basket [% basket.basketno | html %] › Duplicate existing orders var MSG_NO_ITEM_SELECTED = _("Nothing is selected."); var MSG_NO_FUND_SELECTED = _("No fund selected."); $(document).ready(function() { - $('.hint').hide(); + $('span.hint').hide(); var columns_settings;// = [% ColumnsSettings.GetColumns( 'acqui', 'histsearch', 'histsearcht', 'json' ) | $raw %]; KohaTable("table_orders", { "aoColumnDefs": [ -- 2.11.0