From e02c1c775f0af3be14b8449b53b00813f16360a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Mon, 1 May 2017 19:29:00 +0200 Subject: [PATCH] Bug 18518: Hide patron list dialog by default This patch hides the patron list dialog by default to prevent it to display shortly when koha/members/member.pl is called. There are more reasons for the blinking of the page, but at least the yellow patron list dialog does no longer display without having to. To test: - Slow down system by enabling syspref DumpTemplateVarsIntranet - Try to reproduce issue, see a yellow dialog come up for a very short time when member.pl is displayed (e.g. with a search) - Apply patch - Go to patron page - Try to reproduce. Page still blinks, but the dialog as one of the elements that produce bilnking does no longer show up - Verify that patron list functionality works as before (Select some patrons and add them to a patron list). --- koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt index bea3ba6..16f8cec 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt @@ -324,7 +324,7 @@ function filterByFirstLetterSurname(letter) {
[% IF CAN_user_tools_manage_patron_lists %] -
+ [% END %] -- 2.1.4