@@ -, +, @@ --- koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.fixFloat.js | 1 + 1 file changed, 1 insertion(+) --- a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.fixFloat.js +++ a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.fixFloat.js @@ -29,6 +29,7 @@ }); tbhBis.width(tbh.outerWidth(true)); tbhBis.height(tbh.outerHeight(true)); + tbhBis.attr('id', tbh.attr('id')+'Bis'); // Avoid 2 elts with the same id tbh.after(tbhBis); tbh.width(tbh.width()); var tbl = tbh.find("th,td"); --