This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 9719284622e2c3027ef615286ef417f920238c9f (commit) via 5cc536c68b221823f4335b5b5db1108521f88a71 (commit) from c9de665c294f0e4416a9f1ea751e2859eb065a9c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9719284622e2c3027ef615286ef417f920238c9f Author: Josef Moravec <[hidden email]> Date: Tue May 9 13:33:52 2017 +0000 Bug 18551: followup - hide advanced filters in header, move hidding to css file Test plan: The same as first patch, but also with advanced search form in header hidden on page load - see comment 4 Issue with advanced search form is gone. Signed-off-by: Marc Véron <[hidden email]> Signed-off-by: Philippe <[hidden email]> Signed-off-by: Jonathan Druart <[hidden email]> Signed-off-by: Kyle M Hall <[hidden email]> commit 5cc536c68b221823f4335b5b5db1108521f88a71 Author: Fridolin Somers <[hidden email]> Date: Fri May 5 15:00:05 2017 +0200 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 <[hidden email]> Signed-off-by: Philippe <[hidden email]> Signed-off-by: Jonathan Druart <[hidden email]> Signed-off-by: Kyle M Hall <[hidden email]> ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/css/staff-global.css | 6 ++++++ koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc | 9 ++++++--- koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt | 4 ++-- 3 files changed, 14 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository _______________________________________________ koha-commits mailing list [hidden email] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits |
Free forum by Nabble | Edit this page |