From 88e54cc4621a21fde7ae5f060b9c22f577914ade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Thu, 4 Jun 2015 15:46:19 +0200 Subject: [PATCH] [PATCH FOR TESTING] Bug 14029 Try to clear filter and reload page using a link only (comment #6) This patch follows comment #6 for testing a solution without JavaScript. It adds a link as proposed in comment #6. However filter does not change. To verify: Apply this patch only Got to saved reports Apply a filter, e.g. 'Test' for Keyword. Table reloads with filtered reports. Click "Clear" Result: Page reloads, but filter is still active. --- .../intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt index e769af2..2577340 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -1047,6 +1047,7 @@ Sub report: + Clear [% END %] -- 1.7.10.4