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 138-143 Link Here
138
        <div class="alert alert-warning">System preference 'ChildNeedsGuarantor' is enabled and this patron does not have a guarantor.</div>
138
        <div class="alert alert-warning">System preference 'ChildNeedsGuarantor' is enabled and this patron does not have a guarantor.</div>
139
    [% END %]
139
    [% END %]
140
140
141
    [% IF issue && issue.quota %]
142
        [% SET quota = issue.quota %]
143
        <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>
144
    [% END %]
145
141
    [% IF ( NEEDSCONFIRMATION ) %]
146
    [% IF ( NEEDSCONFIRMATION ) %]
142
        <div id="circ_needsconfirmation" class="alert alert-warning audio-alert-action focus" tabindex="-1">
147
        <div id="circ_needsconfirmation" class="alert alert-warning audio-alert-action focus" tabindex="-1">
143
            [% IF CAN_user_circulate_force_checkout or ADDITIONAL_MATERIALS %]
148
            [% IF CAN_user_circulate_force_checkout or ADDITIONAL_MATERIALS %]
Lines 156-162 Link Here
156
                    </li>
161
                    </li>
157
                [% END %]
162
                [% END %]
158
163
159
                [%IF ( QUOTA_EXCEEDED ) %]
164
                [% IF ( QUOTA_EXCEEDED ) %]
160
                    <li class="needsconfirm age_restriction">
165
                    <li class="needsconfirm age_restriction">
161
                        Quota Exceeded. Available: [% QUOTA_EXCEEDED.available | html %] / [% QUOTA_EXCEEDED.total | html %].
166
                        Quota Exceeded. Available: [% QUOTA_EXCEEDED.available | html %] / [% QUOTA_EXCEEDED.total | html %].
162
                        [% IF CAN_user_circulate_force_checkout %]
167
                        [% IF CAN_user_circulate_force_checkout %]
Lines 681-687 Link Here
681
                    <li>Age restriction [% AGE_RESTRICTION | html %].</li>
686
                    <li>Age restriction [% AGE_RESTRICTION | html %].</li>
682
                [% END %]
687
                [% END %]
683
688
684
                [%IF ( QUOTA_EXCEEDED ) %]
689
                [% IF ( QUOTA_EXCEEDED ) %]
685
                    <li>Quota Exceeded. Available: [% QUOTA_EXCEEDED.available | html %] / [% QUOTA_EXCEEDED.total | html %].</li>
690
                    <li>Quota Exceeded. Available: [% QUOTA_EXCEEDED.available | html %] / [% QUOTA_EXCEEDED.total | html %].</li>
686
                [% END %]
691
                [% END %]
687
692
688
- 

Return to bug 38924