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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref (-1 / +1 lines)
Lines 183-189 Searching: Link Here
183
                  1: Enable
183
                  1: Enable
184
                  0: "Don't enable"
184
                  0: "Don't enable"
185
            - exporting search results (Elasticsearch only).
185
            - exporting search results (Elasticsearch only).
186
            - "<p><strong>NOTE:</strong> Records exceeding the ISO2709 record size will show as separate MARC XML downloads regardless of the selected export format.</p>"
186
            - "<p><strong>NOTE:</strong> Records exceeding the ISO2709 record size will show as separate MARCXML downloads regardless of the selected export format.</p>"
187
        -
187
        -
188
            - pref: ElasticsearchSearchResultExportCustomFormats
188
            - pref: ElasticsearchSearchResultExportCustomFormats
189
              type: textarea
189
              type: textarea
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-2 / +1 lines)
Lines 370-376 Link Here
370
                            </button>
370
                            </button>
371
                            <ul class="dropdown-menu">
371
                            <ul class="dropdown-menu">
372
                                <li><a class="dropdown-item" href="/cgi-bin/koha/catalogue/search.pl?count=[% results_per_page | uri %]&export=1&export_format=ISO2709[% PROCESS sort_search_query %]">MARC (UTF-8)</a></li>
372
                                <li><a class="dropdown-item" href="/cgi-bin/koha/catalogue/search.pl?count=[% results_per_page | uri %]&export=1&export_format=ISO2709[% PROCESS sort_search_query %]">MARC (UTF-8)</a></li>
373
                                <li><a class="dropdown-item" href="/cgi-bin/koha/catalogue/search.pl?count=[% results_per_page | uri %]&export=1&export_format=MARCXML[% PROCESS sort_search_query %]">MARC XML</a></li>
373
                                <li><a class="dropdown-item" href="/cgi-bin/koha/catalogue/search.pl?count=[% results_per_page | uri %]&export=1&export_format=MARCXML[% PROCESS sort_search_query %]">MARCXML</a></li>
374
                                [% FOREACH id IN custom_export_formats.keys %]
374
                                [% FOREACH id IN custom_export_formats.keys %]
375
                                    <li><a class="dropdown-item" href="/cgi-bin/koha/catalogue/search.pl?count=[% results_per_page | uri %]&export=1&export_format=[% id | uri %][% PROCESS sort_search_query %]">[% custom_export_formats.$id.name | html %]</a></li>
375
                                    <li><a class="dropdown-item" href="/cgi-bin/koha/catalogue/search.pl?count=[% results_per_page | uri %]&export=1&export_format=[% id | uri %][% PROCESS sort_search_query %]">[% custom_export_formats.$id.name | html %]</a></li>
376
                                [% END %]
376
                                [% END %]
377
- 

Return to bug 27859