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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/virtualshelves-toolbar.inc (-1 / +1 lines)
Lines 37-43 Link Here
37
            <ul class="dropdown-menu">
37
            <ul class="dropdown-menu">
38
                <li><a class="dropdown-item" href="/cgi-bin/koha/virtualshelves/downloadshelf.pl?format=iso2709&amp;shelfid=[% shelf.shelfnumber | uri %]">iso2709</a></li>
38
                <li><a class="dropdown-item" href="/cgi-bin/koha/virtualshelves/downloadshelf.pl?format=iso2709&amp;shelfid=[% shelf.shelfnumber | uri %]">iso2709</a></li>
39
                <li><a class="dropdown-item" href="/cgi-bin/koha/virtualshelves/downloadshelf.pl?format=ris&amp;shelfid=[% shelf.shelfnumber | uri %]">RIS</a></li>
39
                <li><a class="dropdown-item" href="/cgi-bin/koha/virtualshelves/downloadshelf.pl?format=ris&amp;shelfid=[% shelf.shelfnumber | uri %]">RIS</a></li>
40
                <li><a class="dropdown-item" href="/cgi-bin/koha/virtualshelves/downloadshelf.pl?format=bibtex&amp;shelfid=[% shelf.shelfnumber | uri %]">BibTex</a></li>
40
                <li><a class="dropdown-item" href="/cgi-bin/koha/virtualshelves/downloadshelf.pl?format=bibtex&amp;shelfid=[% shelf.shelfnumber | uri %]">BibTeX</a></li>
41
                [% FOREACH csv_profile IN csv_profiles %]
41
                [% FOREACH csv_profile IN csv_profiles %]
42
                    <li><a class="dropdown-item" href="/cgi-bin/koha/virtualshelves/downloadshelf.pl?format=[% csv_profile.export_format_id | uri %]&amp;shelfid=[% shelf.shelfnumber | uri %]">CSV - [% csv_profile.profile | html %]</a></li>
42
                    <li><a class="dropdown-item" href="/cgi-bin/koha/virtualshelves/downloadshelf.pl?format=[% csv_profile.export_format_id | uri %]&amp;shelfid=[% shelf.shelfnumber | uri %]">CSV - [% csv_profile.profile | html %]</a></li>
43
                [% END %]
43
                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt (-1 / +1 lines)
Lines 55-61 Link Here
55
                <ul class="dropdown-menu">
55
                <ul class="dropdown-menu">
56
                    <li><a class="dropdown-item" href="/cgi-bin/koha/basket/downloadcart.pl?format=iso2709&amp;bib_list=[% bib_list | uri %]">iso2709</a></li>
56
                    <li><a class="dropdown-item" href="/cgi-bin/koha/basket/downloadcart.pl?format=iso2709&amp;bib_list=[% bib_list | uri %]">iso2709</a></li>
57
                    <li><a class="dropdown-item" href="/cgi-bin/koha/basket/downloadcart.pl?format=ris&amp;bib_list=[% bib_list | uri %]">RIS</a></li>
57
                    <li><a class="dropdown-item" href="/cgi-bin/koha/basket/downloadcart.pl?format=ris&amp;bib_list=[% bib_list | uri %]">RIS</a></li>
58
                    <li><a class="dropdown-item" href="/cgi-bin/koha/basket/downloadcart.pl?format=bibtex&amp;bib_list=[% bib_list | uri %]">BibTex</a></li>
58
                    <li><a class="dropdown-item" href="/cgi-bin/koha/basket/downloadcart.pl?format=bibtex&amp;bib_list=[% bib_list | uri %]">BibTeX</a></li>
59
                    [% FOREACH csv_profile IN csv_profiles %]
59
                    [% FOREACH csv_profile IN csv_profiles %]
60
                        <li><a class="dropdown-item" href="/cgi-bin/koha/basket/downloadcart.pl?format=[% csv_profile.export_format_id | uri %]&amp;bib_list=[% bib_list | uri %]">CSV - [% csv_profile.profile | html %]</a></li>
60
                        <li><a class="dropdown-item" href="/cgi-bin/koha/basket/downloadcart.pl?format=[% csv_profile.export_format_id | uri %]&amp;bib_list=[% bib_list | uri %]">CSV - [% csv_profile.profile | html %]</a></li>
61
                    [% END %]
61
                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/downloadcart.tt (-1 / +1 lines)
Lines 23-29 Link Here
23
                        <option value="">-- Choose format --</option>
23
                        <option value="">-- Choose format --</option>
24
                        <option value="iso2709">MARC</option>
24
                        <option value="iso2709">MARC</option>
25
                        <option value="ris">RIS</option>
25
                        <option value="ris">RIS</option>
26
                        <option value="bibtex">BibTex</option>
26
                        <option value="bibtex">BibTeX</option>
27
                        [% FOREACH csv_profile IN csv_profiles %]
27
                        [% FOREACH csv_profile IN csv_profiles %]
28
                            <option value="[% csv_profile.export_format_id | html %]">CSV - [% csv_profile.profile | html %]</option>
28
                            <option value="[% csv_profile.export_format_id | html %]">CSV - [% csv_profile.profile | html %]</option>
29
                        [% END %]
29
                        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/downloadshelf.tt (-2 / +1 lines)
Lines 38-44 Link Here
38
                            <option value="">-- Choose format --</option>
38
                            <option value="">-- Choose format --</option>
39
                            <option value="iso2709">MARC</option>
39
                            <option value="iso2709">MARC</option>
40
                            <option value="ris">RIS</option>
40
                            <option value="ris">RIS</option>
41
                            <option value="bibtex">BibTex</option>
41
                            <option value="bibtex">BibTeX</option>
42
                            [% FOREACH csv_profile IN csv_profiles %]
42
                            [% FOREACH csv_profile IN csv_profiles %]
43
                                <option value="[% csv_profile.export_format_id | html %]">CSV - [% csv_profile.profile | html %]</option>
43
                                <option value="[% csv_profile.export_format_id | html %]">CSV - [% csv_profile.profile | html %]</option>
44
                            [% END %]
44
                            [% END %]
45
- 

Return to bug 41958