https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20857

--- Comment #1 from Jonathan Druart <jonathan.dru...@bugs.koha-community.org> 
---
Created attachment 75740
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75740&action=edit
Bug 20857: Take the filters block into account to position the toolbar

This does not work for 2 reasons:
- additional_height is always 0, but even when moved inside the onclick
block the height is not the correct one.
- This mimicks what is done on members/memberentrygen.tt, but the way
the block is toggled is different:
  $('.filteraction').toggle();
vs
  class="toggle_element" data-element="#filters,.filteraction"
Maybe we should adjust that first

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/

Reply via email to