]> git.koha-community.org Git - koha.git/commit
Bug 18551 - Hide with CSS dynamic elements in member search
authorFridolin Somers <fridolin.somers@biblibre.com>
Fri, 5 May 2017 13:00:05 +0000 (15:00 +0200)
committerMason James <mtj@kohaaloha.com>
Wed, 20 Sep 2017 02:00:01 +0000 (14:00 +1200)
commitbe8656fa7f7c0a76a913fb886062b79db5f35360
treee74778990d739e7f7131a2efbaa1d6c5b63d52fb
parent66dde9573ad70a0dfd3c381690668590b70a5449
Bug 18551 - Hide with CSS dynamic elements in member search

In member search page, the result table is in Ajax so fully managed by Javascript. There is also a yellow dialog message prepared in HTML.

Thoses elements are hidden by JS code : ie $("#patron_list_dialog").hide().

The problem is that the static page is first loaded an displayed then the JS code runs an hides the elements.
On a low performance computer, this action is visible and looks like there is a blinking yellow message.

I propose to hide with CSS so that thoses elements are not displayed in static page and are there shown in dynamic JS code.

Test plan :
Check display is unchanged :
- Go to home page /cgi-bin/koha/members/members-home.pl
- Perform patron search from header search box
- Perform patron search by clicking on a letter
- Perform patron search from filters (left of results table)
- Select a patron and add it to a list => you see the yellow message

Yellow message does no longer appear with this patch.
Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Philippe <philippe.audet-fortin@inlibro.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 5cc536c68b221823f4335b5b5db1108521f88a71)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt