git grep 'Show inactive:</label>' koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt: <label for="all_showallbudgets"
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33721 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m --- Comment #7 from Fridolin Somers <fridolin.somers@biblibre.com> --- Ah OK all places use style in label tag : 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.