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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt (-3 / +2 lines)
Lines 393-399 Link Here
393
                + '        <a href="#" id="clear_all" class="btn btn-link"><i class="fa fa-times"></i> '
393
                + '        <a href="#" id="clear_all" class="btn btn-link"><i class="fa fa-times"></i> '
394
                +              _("Clear selection")
394
                +              _("Clear selection")
395
                + '        </a>'
395
                + '        </a>'
396
                + '        <div class="btn-group"><button class="btn btn-default btn-sm dropdown-toggle" id="export-button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">' + _("Export all results to") + '<span class="caret"></span></button>'
396
                + '        <div class="btn-group"><button class="btn btn-default btn-sm dropdown-toggle" id="export-button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">' + _("Export all results to") + ' <span class="caret"></span></button>'
397
                + '            <ul class="dropdown-menu">'
397
                + '            <ul class="dropdown-menu">'
398
                + '                <li><a href="#" id="csvExportLink">' + _("CSV") + '</a></li>'
398
                + '                <li><a href="#" id="csvExportLink">' + _("CSV") + '</a></li>'
399
                + '                <li><a href="#" id="barcodesExportLink">' + _("Barcode file") + '</a></li>'
399
                + '                <li><a href="#" id="barcodesExportLink">' + _("Barcode file") + '</a></li>'
Lines 418-424 Link Here
418
            table += ''
418
            table += ''
419
                + '        <div id="table_search_selections" class="btn-group" style="display:none;">'
419
                + '        <div id="table_search_selections" class="btn-group" style="display:none;">'
420
                + '            <span></span>'
420
                + '            <span></span>'
421
                + '            <a href="#" id="clear-row-selection"><i class="fa fa-times"></i> Clear</a>'
421
                + '            <a href="#" id="clear-row-selection"><i class="fa fa-times"></i> ' + _("Clear") + '</a>'
422
                + '        </div>'
422
                + '        </div>'
423
                + '    </div>'
423
                + '    </div>'
424
                + '    <table id="results">'
424
                + '    <table id="results">'
425
- 

Return to bug 34227