From b7c48b67594e0d4474e301167c0d3c9de7b82fc8 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 19 Feb 2016 16:13:50 +0000 Subject: [PATCH] Bug 15863: Show/hide date range selection if not needed - dictionnary When creating a dictionary for a date column, there is a "date range" / "all dates" radio buttons and 2 inputs to select the date range. These inputs should be hidden if "all dates" is selected. Test plan: 1/ Create a new dictionary on reports/dictionary.pl 2/ Select a date column (borrowers.dateofbirth of instance) 3/ On step 4, the start/end of the date range inputs should be hidden/shown depending of the radio buttons. --- koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt index c21af0d..bab8397 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt @@ -3,6 +3,17 @@ [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] + [% INCLUDE 'header.inc' %] -- 2.7.0