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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-3 / +2 lines)
Lines 80-86 Link Here
80
                    [% END %]
80
                    [% END %]
81
81
82
                    [% IF ( NEEDSCONFIRMATION ) %]
82
                    [% IF ( NEEDSCONFIRMATION ) %]
83
                        <div id="circ_needsconfirmation" class="dialog alert audio-alert-action">
83
                        <div id="circ_needsconfirmation" class="dialog alert audio-alert-action focus" tabindex="-1">
84
                            [% IF CAN_user_circulate_force_checkout or ADDITIONAL_MATERIALS %]
84
                            [% IF CAN_user_circulate_force_checkout or ADDITIONAL_MATERIALS %]
85
                                <h3>Please confirm checkout</h3>
85
                                <h3>Please confirm checkout</h3>
86
                            [% ELSE %]
86
                            [% ELSE %]
Lines 313-319 Link Here
313
                    [% END # /NEEDSCONFIRMATION %]
313
                    [% END # /NEEDSCONFIRMATION %]
314
314
315
                    [% IF ( IMPOSSIBLE ) %]
315
                    [% IF ( IMPOSSIBLE ) %]
316
                        <div id="circ_impossible" class="dialog alert audio-alert-warning">
316
                        <div id="circ_impossible" class="dialog alert audio-alert-warning focus" tabindex="-1">
317
                            [% IF ( UNKNOWN_BARCODE ) %]
317
                            [% IF ( UNKNOWN_BARCODE ) %]
318
                                <h3>Barcode not found</h3>
318
                                <h3>Barcode not found</h3>
319
                            [% END %]
319
                            [% END %]
320
- 

Return to bug 26808