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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-2 / +2 lines)
Lines 440-446 $(document).ready(function() { Link Here
440
        [% END %]
440
        [% END %]
441
441
442
        [% IF ( USERBLOCKEDNOENDDATE ) %]
442
        [% IF ( USERBLOCKEDNOENDDATE ) %]
443
            <li>Patron has a restriction (no expiry date).</li>
443
            <li>Patron has an indefinite restriction.</li>
444
        [% END %]
444
        [% END %]
445
445
446
        [% IF ( USERBLOCKEDOVERDUE ) %]
446
        [% IF ( USERBLOCKEDOVERDUE ) %]
Lines 449-455 $(document).ready(function() { Link Here
449
        </ul>
449
        </ul>
450
450
451
        [% IF (forceallow) %]
451
        [% IF (forceallow) %]
452
            <li>Restriction overridden temporarily</li>
452
            <li>Restriction overridden temporarily.</li>
453
        [% END %]
453
        [% END %]
454
454
455
</div></div>
455
</div></div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-2 / +1 lines)
Lines 424-430 $(document).ready(function () { Link Here
424
                        <p class="problem"><b>Reminder: </b>Patron was earlier restricted until [% errmsgloo.prevdebarred | $KohaDates %]</p>
424
                        <p class="problem"><b>Reminder: </b>Patron was earlier restricted until [% errmsgloo.prevdebarred | $KohaDates %]</p>
425
                    [% END %]
425
                    [% END %]
426
                    [% IF ( errmsgloo.foreverdebarred ) %]
426
                    [% IF ( errmsgloo.foreverdebarred ) %]
427
                        <p class="problem"><b>Reminder: </b>Patron has a restriction (no expiry date)</p>
427
                        <p class="problem"><b>Reminder: </b>Patron has an indefinite restriction</p>
428
                    [% END %]
428
                    [% END %]
429
429
430
            [% END %]
430
            [% END %]
431
- 

Return to bug 13261