View | Details | Raw Unified | Return to bug 21139
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.fixFloat.js (-8 lines)
Lines 32-44 Link Here
32
            tbhBis.attr('id', tbh.attr('id')+'Bis'); // Avoid 2 elts with the same id
32
            tbhBis.attr('id', tbh.attr('id')+'Bis'); // Avoid 2 elts with the same id
33
            tbh.after(tbhBis);
33
            tbh.after(tbhBis);
34
            tbh.width(tbh.width());
34
            tbh.width(tbh.width());
35
            var tbl = tbh.find("th,td");
36
            if (tbl.length > 0) {
37
                tbl.each(function () {
38
                    var $elt = $(this);
39
                    $elt.width($elt.outerWidth(true));
40
                });
41
            }
42
            tbh.css({
35
            tbh.css({
43
                'position': 'absolute',
36
                'position': 'absolute',
44
                    'top': originalPosition,
37
                    'top': originalPosition,
45
- 

Return to bug 21139