Follow up to Bug 6680: tiny up download lists formats
Explains what uses RIS, and replaces iso2709 with 'MARC'. Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Simply change, all tests pass. Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
This commit is contained in:
parent
7d1d4b85db
commit
e7954504f3
1 changed files with 3 additions and 3 deletions
|
@ -17,9 +17,9 @@
|
||||||
<ol><li><label for="format">Download list:</label>
|
<ol><li><label for="format">Download list:</label>
|
||||||
<select name="format" id="format">
|
<select name="format" id="format">
|
||||||
<option value="">-- Choose format --</option>
|
<option value="">-- Choose format --</option>
|
||||||
<option value="iso2709">iso2709</option>
|
<option value="ris">RIS (Zotero, EndNote, others)</option>
|
||||||
<option value="ris">RIS</option>
|
<option value="bibtex">BibTeX</option>
|
||||||
<option value="bibtex">BibTex</option>
|
<option value="iso2709">MARC</option>
|
||||||
[% FOREACH csv_profile IN csv_profiles %]
|
[% FOREACH csv_profile IN csv_profiles %]
|
||||||
<option value="[% csv_profile.export_format_id %]">CSV - [% csv_profile.profile %]</option>
|
<option value="[% csv_profile.export_format_id %]">CSV - [% csv_profile.profile %]</option>
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
Loading…
Reference in a new issue