Bugzilla – Attachment 62927 Details for
Bug 18518
The staff interface "blink" for different actions after upgrading to Firefox 53
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18518: Hide patron list dialog by default
Bug-18518-Hide-patron-list-dialog-by-default.patch (text/plain), 1.78 KB, created by
Marc Véron
on 2017-05-01 17:41:27 UTC
(
hide
)
Description:
Bug 18518: Hide patron list dialog by default
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2017-05-01 17:41:27 UTC
Size:
1.78 KB
patch
obsolete
>From e02c1c775f0af3be14b8449b53b00813f16360a1 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >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) { > <div class="yui-b"> > <div class="yui-g"> > [% IF CAN_user_tools_manage_patron_lists %] >- <div id="patron_list_dialog" class="dialog alert"> >+ <div id="patron_list_dialog" class="dialog alert" style="display:none"> > Added <span class="patrons-length"></span> patrons to <a></a>. > </div> > [% END %] >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18518
:
62927
|
63039