Bug 16522: (follow-up) MARC display templates and get_marc_host fixes
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / delimiter_text.inc
1 [% SWITCH Koha.Preference('CSVDelimiter') %]
2     [% CASE '#' %]<span>Pound (#) separated text (.csv)</span>
3     [% CASE ',' %]<span>Comma separated text (.csv)</span>
4     [% CASE '/' %]<span>Slash separated text (.csv)</span>
5     [% CASE ';' %]<span>Semicolon separated text (.csv)</span>
6     [% CASE '\\' %]<span>Backslash separated text (.csv)</span>
7     [% CASE 'tabulation' %]<span>Tab separated text (.csv)</span>
8 [% END %]