http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11430 --- Comment #57 from Owen Leonard <oleonard@myacpl.org> --- (In reply to Jonathan Druart from comment #56)
Your patch adds a new button "delete selected", do you think it's a good idea to have 2 links for the same action?
The primary reason for its inclusion is to make it usable with JavaScript off. The secondary benefit is that if you have a large number of results you can perform the delete action after scrolling down the page. Otherwise you have to return to the top. It looks a bit redundant with a small number of results but in my opinion is worth it. You can see the same thing on the lists page (opac-shelves.pl).
I searched for "#selections-toolbar" and I found opac-basket.pl. On the basket page, the links in the toolbar are displayed (but disabled), and there is no action button at the bottom.
The cart doesn't work at all without JavaScript, so the cart page doesn't need to accommodate users without JavaScript.
Moreover the following links "More details Send Download Print Empty and close" are clickable but don't work.
They work for me. Can you test again and file a separate bug if you can reproduce the problem? -- You are receiving this mail because: You are watching all bug changes.