Bug 6739: (follow-up) fix various issues
[koha_fer] / koha-tmpl / opac-tmpl / prog / en / modules / opac-downloadshelf.tt
index fedcf5d..7c4dfd9 100644 (file)
@@ -1,4 +1,5 @@
-[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha Online[% END %] Catalog › Download list[% INCLUDE 'doc-head-close.inc' %]
+[% USE Koha %]
+[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Download list[% INCLUDE 'doc-head-close.inc' %]
 <script type="text/javascript">//<![CDATA[
        $(document).ready(function(){
                $(".close").html(_("Close this window"));
@@ -6,7 +7,7 @@
 //]]>
 </script>
 </head>
-<body id="opac-downloadlist" style="padding:1em;">
+<body id="opac-downloadlist" class="popup">
 <div id="userdownloadshelf" class="container">
 [% UNLESS ( invalidlist ) %]
        [% IF ( format ) %]
        <fieldset class="rows">
                <ol><li><label for="format">Download list:</label>
                <select name="format" id="format">
-                   <option value="">-- Choose Format --</option>
-                   <option value="iso2709">iso2709</option>
-                   <option value="ris">RIS</option>
-                   <option value="bibtex">BibTex</option>
+            <option value="">-- Choose format --</option>
+            <option value="ris">RIS (Zotero, EndNote, others)</option>
+            <option value="bibtex">BibTeX</option>
+            <option value="iso2709">MARC</option>
                    [% FOREACH csv_profile IN csv_profiles %]
                    <option value="[% csv_profile.export_format_id %]">CSV - [% csv_profile.profile %]</option>
                    [% END %]