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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt (-9 / +7 lines)
Lines 297-313 Link Here
297
                [% END %]</tbody>
297
                [% END %]</tbody>
298
            </table>
298
            </table>
299
299
300
        [% IF csv_profiles %]
300
[% IF csv_profiles %]
301
          <p>
301
        <fieldset class="action"> <label for="csv_code">Select CSV profile:</label>
302
            <span class="exportSelected"><a id="ExportSelected" href="/cgi-bin/koha/serials/claims.pl">Export selected items data</a></span>
302
            <select name="csv_profile_for_export" id="csv_profile_for_export">
303
            using the following csv profile:
304
            <select id="csv_profile_for_export">
305
              [% FOR csv IN csv_profiles %]
303
              [% FOR csv IN csv_profiles %]
306
                <option value="[% csv.export_format_id %]">[% csv.profile %]</option>
304
                <option value="[% csv.export_format_id %]">[% csv.profile %]</option>
307
               [% END %]
305
              [% END %]
308
            </select>
306
            </select>
309
          </p>
307
            <input type="submit" name="submit" id="ExportSelected" class="button" value="Export issues as CSV" />
310
        [% END %]
308
        </fieldset>
309
[% END %]
311
310
312
[% IF ( letter ) %]
311
[% IF ( letter ) %]
313
        <fieldset class="action"> <label for="letter_code">Select notice:</label>
312
        <fieldset class="action"> <label for="letter_code">Select notice:</label>
314
- 

Return to bug 10854