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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt (-4 / +3 lines)
Lines 279-287 function reloadPage(p) { Link Here
279
                [% FOREACH csv_profile IN csv_profiles %]
279
                [% FOREACH csv_profile IN csv_profiles %]
280
                <tr>
280
                <tr>
281
                    <td>[% csv_profile.export_format_id %]</td>
281
                    <td>[% csv_profile.export_format_id %]</td>
282
                    <td>[% csv_profile.profile %]</td>
282
                    <td>[% csv_profile.profile |html %]</td>
283
                    <td>[% csv_profile.description %]</td>
283
                    <td>[% csv_profile.description |html %]</td>
284
                    <td>[% csv_profile.content %]</td>
284
                    <td>[% csv_profile.content |html %]</td>
285
                    <td>[% csv_profile.csv_separator %]</td>
285
                    <td>[% csv_profile.csv_separator %]</td>
286
                    <td>[% PROCESS type_description type_code = csv_profile.type %]</td>
286
                    <td>[% PROCESS type_description type_code = csv_profile.type %]</td>
287
                    <td>[% PROCESS used_for_description used_for_code = csv_profile.used_for %]</td>
287
                    <td>[% PROCESS used_for_description used_for_code = csv_profile.used_for %]</td>
288
- 

Return to bug 19127