From b46c25ef20b3322f1af1b1092a254017a8265a9c Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Wed, 30 Nov 2022 11:17:21 +0000 Subject: [PATCH] Bug 32095: Remove bullets from inventory tool status The new design included bullet points in a list where the elements were aligned to the right. The bullets have now been removed using "list-style: none;" to make the styling much cleaner. Test plan: 1) Navigate to Cataloging > Inventory 2) Observe that in the "Optional filters for inventory list or comparing barcodes" section there are bullet points in the listed items 3) Apply patch 4) Navigate to the same window and observe that the bullet points are now missing Signed-off-by: David Nind Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt index 076a3cdf70..1571f6a3ee 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt @@ -167,7 +167,7 @@
    [% FOREACH value IN status.values %] [% IF (value.lib) %] -
  • +