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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-3 / +7 lines)
Lines 117-122 Link Here
117
        <div class="alert alert-warning">This is the anonymous patron, so circulation is disabled.</div>
117
        <div class="alert alert-warning">This is the anonymous patron, so circulation is disabled.</div>
118
    [% END %]
118
    [% END %]
119
119
120
    [% IF issue && issue.quota %]
121
        [% SET quota = issue.quota %]
122
        <div class="alert alert-info">Usage recorded against[% IF quota.patron_id != issue.borrowernumber %][% INCLUDE 'patron-title.inc' patron = quota.patron no_cardnumber = 1 %][% END %] [% quota.description | html %] quota.</div>
123
    [% END %]
124
120
    [% IF ( NEEDSCONFIRMATION ) %]
125
    [% IF ( NEEDSCONFIRMATION ) %]
121
        <div id="circ_needsconfirmation" class="alert alert-warning audio-alert-action focus" tabindex="-1">
126
        <div id="circ_needsconfirmation" class="alert alert-warning audio-alert-action focus" tabindex="-1">
122
            [% IF CAN_user_circulate_force_checkout or ADDITIONAL_MATERIALS %]
127
            [% IF CAN_user_circulate_force_checkout or ADDITIONAL_MATERIALS %]
Lines 135-141 Link Here
135
                    </li>
140
                    </li>
136
                [% END %]
141
                [% END %]
137
142
138
                [%IF ( QUOTA_EXCEEDED ) %]
143
                [% IF ( QUOTA_EXCEEDED ) %]
139
                    <li class="needsconfirm age_restriction">
144
                    <li class="needsconfirm age_restriction">
140
                        Quota Exceeded. Available: [% QUOTA_EXCEEDED.available | html %] / [% QUOTA_EXCEEDED.total | html %].
145
                        Quota Exceeded. Available: [% QUOTA_EXCEEDED.available | html %] / [% QUOTA_EXCEEDED.total | html %].
141
                        [% IF CAN_user_circulate_force_checkout %]
146
                        [% IF CAN_user_circulate_force_checkout %]
Lines 656-662 Link Here
656
                    <li>Age restriction [% AGE_RESTRICTION | html %].</li>
661
                    <li>Age restriction [% AGE_RESTRICTION | html %].</li>
657
                [% END %]
662
                [% END %]
658
663
659
                [%IF ( QUOTA_EXCEEDED ) %]
664
                [% IF ( QUOTA_EXCEEDED ) %]
660
                    <li>Quota Exceeded. Available: [% QUOTA_EXCEEDED.available | html %] / [% QUOTA_EXCEEDED.total | html %].</li>
665
                    <li>Quota Exceeded. Available: [% QUOTA_EXCEEDED.available | html %] / [% QUOTA_EXCEEDED.total | html %].</li>
661
                [% END %]
666
                [% END %]
662
667
663
- 

Return to bug 38924