https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16400
--- Comment #16 from Owen Leonard <[email protected]> --- Created attachment 51547 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51547&action=edit [SIGNED-OFF] Bug 16400: Let's hack the fixFloat plugin to fix our needs On comment bug 11088 comment 2, Owen explained the problem with the fixFloat toolbar. Since we have a hidden div, the plugin does not manage to place the toolbar correctly. In order to make it work, this patch adds some changes to the plugin to add the ability to define our own offset. When the div is extended (+, filteraction_on), the offset should be updated to move the toolbar. Same when the div is folded (-, filteraction_off) Signed-off-by: Owen Leonard <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
