http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5963
--- Comment #3 from Owen Leonard <[email protected]> 2011-03-31 13:42:42 UTC --- To solve the layout problem I recommend replacing this markup at line 314 of neworderempty.tmpl: <span class="label"> Show all :</span><input type="checkbox" id="showallbudgets" /> ...with this: <label for="showallbudgets" style="float:none;width:auto;"> Show all: </label><input type="checkbox" id="showallbudgets" /> Is this checkbox supposed to trigger the display of inactive funds? It didn't do anything at all for me, but I suspect I don't have the right kind of budgets set up to properly test. Please provide more details about how to test this properly. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ 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/
