|
Lines 38-44
Link Here
|
| 38 |
{ text: _("RIS"), url: "/cgi-bin/koha/virtualshelves/downloadshelf.pl?format=ris&shelfid=[% shelfnumber %]" }, |
38 |
{ text: _("RIS"), url: "/cgi-bin/koha/virtualshelves/downloadshelf.pl?format=ris&shelfid=[% shelfnumber %]" }, |
| 39 |
{ text: _("BibTex"), url: "/cgi-bin/koha/virtualshelves/downloadshelf.pl?format=bibtex&shelfid=[% shelfnumber %]" }, |
39 |
{ text: _("BibTex"), url: "/cgi-bin/koha/virtualshelves/downloadshelf.pl?format=bibtex&shelfid=[% shelfnumber %]" }, |
| 40 |
[% FOREACH csv_profile IN csv_profiles %] |
40 |
[% FOREACH csv_profile IN csv_profiles %] |
| 41 |
{ text: _("CSV - [% csv_profile.profile %]"), url: "/cgi-bin/koha/virtualshelves/downloadshelf.pl?format=[% csv_profile.export_format_id %]&shelfid=[% csv_profile.shelfnumber %]" }, |
41 |
{ text: _("CSV - [% csv_profile.profile %]"), url: "/cgi-bin/koha/virtualshelves/downloadshelf.pl?format=[% csv_profile.export_format_id %]&shelfid=[% shelfnumber %]" }, |
| 42 |
[% END %] |
42 |
[% END %] |
| 43 |
]; |
43 |
]; |
| 44 |
|
44 |
|
|
Lines 96-99
Link Here
|
| 96 |
[% END %] |
96 |
[% END %] |
| 97 |
</ul> |
97 |
</ul> |
| 98 |
</div> |
98 |
</div> |
| 99 |
|
|
|
| 100 |
- |