From 8dc565aa47c12a7cea9b804cb9edf550bfbd9da5 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 12 Mar 2021 08:56:55 +0000 Subject: [PATCH] Bug 27934: Update waiting_holds.inc to use data-order This patch updates the waiting_holds table to use data-order attributes on the "Waiting since" and "Date hold placed" fields. Test plan 1/ Prior to applying the patch navigate to a page that displays waiting holds 2/ Hover over the the "Waiting since" and "Date hold placed" data fields and note that you are faced with a tooltip with the iso formatted date. 3/ Apply the patch 4/ Check that sorting still works as expected for the two columns 5/ You should no longer be able to trigger the tooltip --- .../intranet-tmpl/prog/en/includes/waiting_holds.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc index bf47e822aa..39249ea6c7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc @@ -3,8 +3,8 @@ - - + + @@ -19,8 +19,8 @@ [% FOREACH reserveloo IN reserveloop %] - - + +
Waiting sinceDate hold placedWaiting sinceDate hold placed Title Patron Home library
[% reserveloo.waitingdate | $KohaDates %][% reserveloo.reservedate | $KohaDates %][% reserveloo.waitingdate | $KohaDates %][% reserveloo.reservedate | $KohaDates %] [% INCLUDE 'biblio-title.inc' biblio=reserveloo.biblio link = 1 %] [% UNLESS ( item_level_itypes ) %] -- 2.20.1