View | Details | Raw Unified | Return to bug 27280
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-5 / +4 lines)
Lines 216-225 Link Here
216
                                    <td>[% issuelength | html %]</td>
216
                                    <td>[% issuelength | html %]</td>
217
                                    <td>
217
                                    <td>
218
                                        [% SWITCH daysmode %]
218
                                        [% SWITCH daysmode %]
219
                                        [% CASE 'Calendar' %]<span title="Use the calendar to skip days the library is closed">Calendar</span>
219
                                        [% CASE 'Calendar' %]<span title="Use the calendar to skip days the library is closed">Skip closed days</span>
220
                                        [% CASE 'Datedue' %]<span title="Use the calendar to push the due date to the next open day">Datedue</span>
220
                                        [% CASE 'Datedue' %]<span title="Use the calendar to push the due date to the next open day">Next open day</span>
221
                                        [% CASE 'Days' %]<span title="Ignore the calendar">Days</span>
221
                                        [% CASE 'Days' %]<span title="Ignore the calendar">Ignore the calendar</span>
222
                                        [% 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>
222
                                        [% 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>
223
                                        [% CASE %]<span title="Use the system preference 'useDaysMode' as a default value">Default</span>
223
                                        [% CASE %]<span title="Use the system preference 'useDaysMode' as a default value">Default</span>
224
                                        [% END %]
224
                                        [% END %]
225
                                    </td>
225
                                    </td>
226
- 

Return to bug 27280