https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15812
--- Comment #46 from Jonathan Druart <[email protected]> --- Comment on attachment 125960 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=125960 Bug 15812: (follow-up) Enable click cell to select Review of attachment 125960: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15812&attachment=125960) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt @@ +13,4 @@ > { > [% IF CAN_user_borrowers_edit_borrowers || > CAN_user_tools_manage_patron_lists %] > "dt_borrowernumber": > + "<label for='check[% data.borrowernumber | html %]' > class='content_hidden'>Select patron</label><input type='checkbox' > id='check[% data.borrowernumber | html %]' class='selection' > name='borrowernumber' value='[% data.borrowernumber | html %]' />", This is a bit weird, we are adding a new string "Select patron" that will never be displayed (but is translatable however). -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
