https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33721
Fridolin Somers <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #7 from Fridolin Somers <[email protected]> --- Ah OK all places use style in label tag : > git grep 'Show inactive:</label>' koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt: <label for="all_showallbudgets" style="float:none;width:auto;"> Show inactive:</label> koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt: <label for="all_showallbudgets" style="float:none;width:auto;margin-right:0;"> Show inactive:</label> koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt: <label for="showallfunds" style="float:none;width:auto;"> Show inactive:</label> koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt: <label for="showallbudgets" style="float:none;"> Show inactive:</label> koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt: <label for="showallbudgets"> Show inactive:</label> koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt: <label for="showallfunds" style="float:none;width:auto;"> Show inactive:</label> koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt: <label for="showallbudgets" style="float:none;"> Show inactive:</label> koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt: <label for="showallfunds" style="float:none;width:auto;"> Show inactive:</label> It would be better to use a class and CSS rule in staff file. For another bug report of course ;) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
