Bugzilla – Attachment 114530 Details for
Bug 27280
Explanation for "Days mode" is not consistent
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27280: (bug 27026 follow-up) Make consistent the explanation for "Days mode"
Bug-27280-bug-27026-follow-up-Make-consistent-the-.patch (text/plain), 2.68 KB, created by
Caroline Cyr La Rose
on 2020-12-18 15:30:59 UTC
(
hide
)
Description:
Bug 27280: (bug 27026 follow-up) Make consistent the explanation for "Days mode"
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2020-12-18 15:30:59 UTC
Size:
2.68 KB
patch
obsolete
>From d5382f52ac1ada76502cde0ee716b468becdf568 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >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 <caroline.cyr-la-rose@inlibro.com> >--- > .../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 @@ > <td>[% issuelength | html %]</td> > <td> > [% SWITCH daysmode %] >- [% CASE 'Calendar' %]<span title="Use the calendar to skip days the library is closed">Calendar</span> >- [% CASE 'Datedue' %]<span title="Use the calendar to push the due date to the next open day">Datedue</span> >- [% CASE 'Days' %]<span title="Ignore the calendar">Days</span> >- [% CASE 'Dayweek' %]<span title="Use the calendar to push the due date to the next open matching weekday for weekly loan periods, or the next open day otherwise">Dayweek</span> >+ [% CASE 'Calendar' %]<span title="Use the calendar to skip days the library is closed">Skip closed days</span> >+ [% CASE 'Datedue' %]<span title="Use the calendar to push the due date to the next open day">Next open day</span> >+ [% CASE 'Days' %]<span title="Ignore the calendar">Ignore the calendar</span> >+ [% CASE 'Dayweek' %]<span title="Use the calendar to push the due date to the next open matching weekday for weekly loan periods, or the next open day otherwise">Same week day</span> > [% CASE %]<span title="Use the system preference 'useDaysMode' as a default value">Default</span> > [% END %] > </td> >-- >2.17.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 27280
:
114529
|
114530
|
114560