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 175-181 Searching: Link Here
175
                  1: Enable
175
                  1: Enable
176
                  0: "Don't enable"
176
                  0: "Don't enable"
177
            - exporting search results (Elasticsearch only).
177
            - exporting search results (Elasticsearch only).
178
            - "<p><strong>NOTE:</strong> Records exceeding the ISO2709 record size will show as separate MARC XML downloads regardless of the selected export format.</p>"
178
            - "<p><strong>NOTE:</strong> Records exceeding the ISO2709 record size will show as separate MARCXML downloads regardless of the selected export format.</p>"
179
        -
179
        -
180
            - pref: ElasticsearchSearchResultExportCustomFormats
180
            - pref: ElasticsearchSearchResultExportCustomFormats
181
              type: textarea
181
              type: textarea
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-2 / +1 lines)
Lines 369-375 Link Here
369
                            </button>
369
                            </button>
370
                            <ul class="dropdown-menu">
370
                            <ul class="dropdown-menu">
371
                                <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>
371
                                <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=MARCXML[% PROCESS sort_search_query %]">MARC XML</a></li>
372
                                <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>
373
                                [% FOREACH id IN custom_export_formats.keys %]
373
                                [% FOREACH id IN custom_export_formats.keys %]
374
                                    <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>
374
                                    <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
                                [% END %]
375
                                [% END %]
376
- 

Return to bug 27859