From 1efaa7cb7a0a2700040056226fbb48d0ff81a4c6 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 1 Dec 2014 18:08:45 +0100 Subject: [PATCH 3/9] Bug 13371: Add filters on the supplier list view This patch adds the ability to filter the basket list depending on its creator name, basketgroup name, dates (creation, close), etc. Test plan: Go on the supplier list view (acqui/booksellers.pl) and confirm that the view is more ergonomic and the filters permit to the librarians to find a basket more easily than before. Signed-off-by: Paola Rossi --- koha-tmpl/intranet-tmpl/prog/en/css/datatables.css | 4 +- .../prog/en/modules/acqui/booksellers.tt | 282 +++++++++++--------- 2 files changed, 152 insertions(+), 134 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/datatables.css b/koha-tmpl/intranet-tmpl/prog/en/css/datatables.css index b3bae9a..ee95fd8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/datatables.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/datatables.css @@ -235,7 +235,9 @@ tr.even.selected td { } /* ColumnFilter */ -span.filter_column > input.text_filter { +span.filter_column > input.text_filter, +span.filter_column > input.number_filter, +span.filter_column > input.date_range_filter { font-size: 80%; width: 100%; padding: 0; diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt index 3db9188..1887cb8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt @@ -2,28 +2,75 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Search for vendor [% supplier %] [% INCLUDE 'doc-head-close.inc' %] - [% INCLUDE 'datatables.inc' %] + +