From 48ccec80ee7d04b1883c2ffd4a87ebe125e7e733 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 --- 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 @@