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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-2 / +1 lines)
Lines 183-189 Link Here
183
                        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
183
                        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
184
                        <h3>Confirm deletion</h3>
184
                        <h3>Confirm deletion</h3>
185
                    </div>
185
                    </div>
186
                    [% UNLESS book_foot_loop.size > 0 %]
186
                    [% UNLESS book_foot_loop %]
187
                        <div class="modal-body">
187
                        <div class="modal-body">
188
                           <p>Are you sure you want to delete this basket?</p>
188
                           <p>Are you sure you want to delete this basket?</p>
189
                        </div>
189
                        </div>
190
- 

Return to bug 15519