http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4416 --- Comment #2 from Owen Leonard <oleonard@myacpl.org> 2010-04-30 18:47:30 --- In the meantime if anyone could use a workaround, add this to your intranetuserjs system preference if you'd like to hide the button: //]]> </script> <style type="text/css"> /* inline styles */ #return_all { display:none; } </style> <script type="text/javascript"> //<![CDATA[ Or this if you'd like to align it to the right: //]]> </script> <style type="text/css"> /* inline styles */ #return_all { float:right; } </style> <script type="text/javascript"> //<![CDATA[ -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.