Lines 298-312
Link Here
|
298 |
</table> |
298 |
</table> |
299 |
|
299 |
|
300 |
[% IF csv_profiles %] |
300 |
[% IF csv_profiles %] |
301 |
<p> |
301 |
<fieldset class="action"> |
302 |
<span class="exportSelected"><a id="ExportSelected" href="/cgi-bin/koha/serials/claims.pl">Export selected items data</a></span> |
302 |
<label for="csv_code">Select CSV profile:</label> |
303 |
using the following csv profile: |
|
|
304 |
<select id="csv_profile_for_export"> |
303 |
<select id="csv_profile_for_export"> |
305 |
[% FOR csv IN csv_profiles %] |
304 |
[% FOR csv IN csv_profiles %] |
306 |
<option value="[% csv.export_format_id %]">[% csv.profile %]</option> |
305 |
<option value="[% csv.export_format_id %]">[% csv.profile %]</option> |
307 |
[% END %] |
306 |
[% END %] |
308 |
</select> |
307 |
</select> |
309 |
</p> |
308 |
<span class="exportSelected"><a id="ExportSelected" href="/cgi-bin/koha/serials/claims.pl">Export selected items data</a></span> |
310 |
[% END %] |
309 |
[% END %] |
311 |
|
310 |
|
312 |
[% IF ( letter ) %] |
311 |
[% IF ( letter ) %] |
313 |
- |
|
|