From 6a398ff2b4ead5128a79ce40309aae358723a842 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 29 Sep 2013 22:02:45 +0200 Subject: [PATCH] Bug 10854: Follow-up - Some changes to the template Changing the link to a button and a pull down, matching the layout for the notification pull down and send notification button. To test: - Try to export claims as CSV and verify that the layout change didn't break the functionality. - Decide if you like the change or not :) --- .../prog/en/modules/serials/claims.tt | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt index cdcd259..441372f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt @@ -297,17 +297,16 @@ [% END %] - [% IF csv_profiles %] -

- Export selected items data - using the following csv profile: - [% FOR csv IN csv_profiles %] - [% END %] + [% END %] -

- [% END %] + + +[% END %] [% IF ( letter ) %]
-- 1.7.9.5