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

Return to bug 38924