From da334e323c8d6d39e5bfb10529ba52817ac565fc Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 18 Dec 2020 16:23:54 +0100 Subject: [PATCH] Bug 27280: (bug 27026 follow-up) Make consistent the explanation for "Days mode" We have "Skip closed days" in the dropdown, but "Calendar" on the table. Both must match Test plan: Go to the circ rules, select a value for "Days mode", save the rule, confirm that the dropdown list values are matching the ones we displayed in the cells Signed-off-by: Caroline Cyr La Rose Signed-off-by: Nick Clemens --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 1aae3e0ba1..5da9b3fb10 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 @@ -216,10 +216,10 @@ [% issuelength | html %] [% SWITCH daysmode %] - [% CASE 'Calendar' %]Calendar - [% CASE 'Datedue' %]Datedue - [% CASE 'Days' %]Days - [% CASE 'Dayweek' %]Dayweek + [% CASE 'Calendar' %]Skip closed days + [% CASE 'Datedue' %]Next open day + [% CASE 'Days' %]Ignore the calendar + [% CASE 'Dayweek' %]Same week day [% CASE %]Default [% END %] -- 2.11.0