From 5d81fda47b47369949bcdebd97e6bb8244a01076 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 26 Jul 2023 15:20:22 +0000 Subject: [PATCH] Bug 34422: Reindent factets.inc This patch reindents the staff interface catalog search results facets template so that it has consistent indentation. These changes should have no visible effect on the page. To test, apply the patch and perform a catalog search in the staff interface.The facets should look the same as always. Viewing the diff while ignoring whitespace changes should show only places where a line break was added. --- .../intranet-tmpl/prog/en/includes/facets.inc | 188 ++++++++++-------- 1 file changed, 106 insertions(+), 82 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc index 2c56036f04..b934a5fc20 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc @@ -3,87 +3,111 @@ [% USE Languages %] [% IF ( opacfacets ) %] -[% IF ( facets_loop ) %] -
-

Refine your search

- +
+ [% END %] [% END %] -- 2.30.2