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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-1 / +2 lines)
Lines 362-367 Link Here
362
                                                                    <span>This is a on-site checkout, it cannot be renewed.</span>
362
                                                                    <span>This is a on-site checkout, it cannot be renewed.</span>
363
                                                                [% ELSIF ISSUE.renew_error == 'too_unseen' %]
363
                                                                [% ELSIF ISSUE.renew_error == 'too_unseen' %]
364
                                                                    <span>You have renewed this item the maximum number of consecutive times without it being seen by the library.</span>
364
                                                                    <span>You have renewed this item the maximum number of consecutive times without it being seen by the library.</span>
365
                                                                [% ELSIF ISSUE.renew_error == 'too_soon' %]
366
                                                                    <span>This item cannot yet be renewed.</span>
365
                                                                [% ELSE %]
367
                                                                [% ELSE %]
366
                                                                    <span>No renewals allowed</span>
368
                                                                    <span>No renewals allowed</span>
367
                                                                [% END %]
369
                                                                [% END %]
368
- 

Return to bug 33150