From: Martin Renvoize Date: Mon, 14 Nov 2022 14:47:42 +0000 (+0000) Subject: Bug 32170: Add page-section to csv-profiles X-Git-Tag: v22.11.00~90 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=c5c9ac8689b471ed186ca4425cbd97478931e6d7;p=koha-ffzg.git Bug 32170: Add page-section to csv-profiles This patch adds a page-section div around the csv_profiles list. Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt index 3efaff89af..6de79e1c8f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt @@ -296,6 +296,7 @@

CSV profiles

[% IF csv_profiles %] +
@@ -325,6 +326,7 @@ [% END %]
CSV profile ID
+
[% ELSE %] There is no CSV profile defined. Create a new CSV profile. [% END %]