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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt (-2 / +1 lines)
Lines 112-118 Link Here
112
                <div class="modal-content">
112
                <div class="modal-content">
113
                <div class="modal-header">
113
                <div class="modal-header">
114
                    <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">&times;</button>
114
                    <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">&times;</button>
115
                    <h3 id="patronExportModal_label">Print patron cards</h3>
115
                    <h2 id="patronExportModal_label">Print patron cards</h2>
116
                </div>
116
                </div>
117
                <div class="modal-body">
117
                <div class="modal-body">
118
                    <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
118
                    <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
119
- 

Return to bug 27741