From 24dee6fc0f3ff303ec276acf7ce140f424677e48 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 14 Sep 2012 11:39:35 +0200 Subject: [PATCH] Bug 7986: Followup: Hide the export link unless sysprefs are set If at least one of both sysprefs (ExportRemoveFields and ExportWithCsvProfile) is filled, the export link is displayed --- .../intranet-tmpl/prog/en/modules/circ/circulation.tt | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index c95002d..7ffe0be 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -931,13 +931,15 @@ No patron matched [% message %] [% END %] -

- Don't export fields : - Export - - - - + [% IF export_remove_fields OR export_with_csv_profile %] +

+ Don't export fields : + Export + + + + + [% END %] [% END %] -- 1.7.10.4