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

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-downloadshelf.tt (-4 / +3 lines)
Lines 17-25 Link Here
17
		<ol><li><label for="format">Download list:</label>
17
		<ol><li><label for="format">Download list:</label>
18
	        <select name="format" id="format">
18
	        <select name="format" id="format">
19
		    <option value="">-- Choose Format --</option>
19
		    <option value="">-- Choose Format --</option>
20
		    <option value="iso2709">iso2709</option>
20
		    <option value="ris">RIS (Zotero, EndNote, others)</option>
21
		    <option value="ris">RIS</option>
21
		    <option value="bibtex">BibTeX</option>
22
		    <option value="bibtex">BibTex</option>
22
		    <option value="iso2709">MARC</option>
23
		    [% FOREACH csv_profile IN csv_profiles %]
23
		    [% FOREACH csv_profile IN csv_profiles %]
24
		    <option value="[% csv_profile.export_format_id %]">CSV - [% csv_profile.profile %]</option>
24
		    <option value="[% csv_profile.export_format_id %]">CSV - [% csv_profile.profile %]</option>
25
		    [% END %]
25
		    [% END %]
26
- 

Return to bug 6680