@@ -, +, @@ export buttons --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 14 +++++++++++++- .../intranet-tmpl/prog/en/modules/acqui/basketgroup.tt | 17 +++++++++++++++-- .../intranet-tmpl/prog/en/modules/acqui/lateorders.tt | 15 ++++++++++++++- 3 files changed, 42 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -1,6 +1,18 @@ +[% USE Koha %] [% BLOCK csv_export %]
- Export as CSV + + + Export as + [% SWITCH Koha.Preference('delimiter') %] + [% CASE '#' %] pound (#) separated text (.csv) + [% CASE ',' %] comma separated text (.csv) + [% CASE '/' %] slash separated text (.csv) + [% CASE ';' %] semicolon separated text (.csv) + [% CASE '\\' %] backslash separated text (.csv) + [% CASE 'tabulation' %] tab separated text (.csv) + [% END %] +