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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt (-2 / +1 lines)
Lines 35-41 $(document).ready(function() { Link Here
35
35
36
        <h1>Defining [% IF ( branch ) %]overdue actions for [% branch %][% ELSE %]default overdue actions[% END %]</h1>
36
        <h1>Defining [% IF ( branch ) %]overdue actions for [% branch %][% ELSE %]default overdue actions[% END %]</h1>
37
        <div class="help">
37
        <div class="help">
38
            <p>Delay is the number of days after an checkout is due before an action is triggered. </p>
38
            <p>Delay is the number of days after a checkout is due before an action is triggered. </p>
39
            <p>If you want Koha to trigger an action (send a letter or restrict a member), a delay value is required.</p>
39
            <p>If you want Koha to trigger an action (send a letter or restrict a member), a delay value is required.</p>
40
            <p>Columns must be filled left to right: if the first column is blank, other columns will be ignored. </p>
40
            <p>Columns must be filled left to right: if the first column is blank, other columns will be ignored. </p>
41
        </div>
41
        </div>
42
- 

Return to bug 16537