From e3759e051fc638ffe77a7c9e33f8e541e1024b2d Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Fri, 23 Oct 2020 09:36:13 +0100 Subject: [PATCH] Bug 24083: (follow-up) Fix misaligned columns Somehow I'd never noticed this before but the columns in smart-rules.tt were misaligned when UnseenRenewals was turned off. This was due to the display of a not being conditional when it should have been. This is now fixed. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt index d60c758119..05450a44dc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt @@ -413,7 +413,9 @@ - + [% IF Koha.Preference('UnseenRenewals') %] + + [% END %] -- 2.20.1