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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-5 / +4 lines)
Lines 380-389 Link Here
380
                    <td>
380
                    <td>
381
                        <select name="daysmode" id="daysmode">
381
                        <select name="daysmode" id="daysmode">
382
                            <option value="" title="Use the system preference 'useDaysMode' as a default value">Default</option>
382
                            <option value="" title="Use the system preference 'useDaysMode' as a default value">Default</option>
383
                            <option value="Calendar" title="Use the calendar to skip days the library is closed">Calendar</option>
383
                            <option value="Calendar" title="Use the calendar to skip days the library is closed">Skip closed days</option>
384
                            <option value="Datedue" title="Use the calendar to push the due date to the next open day">Datedue</option>
384
                            <option value="Datedue" title="Use the calendar to push the due date to the next open day">Next open day</option>
385
                            <option value="Days" title="Ignore the calendar">Days</option>
385
                            <option value="Days" title="Ignore the calendar">Ignore the calendar</option>
386
                            <option value="Dayweek" 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</option>
386
                            <option value="Dayweek" 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</option>
387
                        </select>
387
                        </select>
388
                    </td>
388
                    </td>
389
                    <td>
389
                    <td>
390
- 

Return to bug 27026