[Bug 4416] New: renew all and return all buttons too close together
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4416 Summary: renew all and return all buttons too close together Product: Koha Version: HEAD Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Templates AssignedTo: oleonard@myacpl.org ReportedBy: nengard@gmail.com Estimated Hours: 0.0 Change sponsored?: --- On the patron record the renew all and the return all buttons are very close together and librarians are accidentally clicking return all (as I have on many occasions) - can we put more space between them - or right align one and left align the other so they're far apart and require reading? -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4416 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls@bywatersolutions.c | |om -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4416 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> 2010-04-30 18:39:22 --- I'd like to get rid of the "Return all" button altogether. Returning all items is a step which one wouldn't take lightly or even regularly. Since the interface has a means of selecting all checkboxes in the "Check in" column, removing the "Return all" button wouldn't eliminate the means of doing so, it would just require more deliberation. That seems appropriate. -- 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.
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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4416 --- Comment #3 from Nicole C. Engard <nengard@gmail.com> 2010-05-01 01:20:46 --- I agree with you Owen - many librarians are confused by the return all button. I give my +1 to your suggestion. -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4416 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2010-05-03 08:02:42 --- +1 -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4416 --- Comment #5 from Owen Leonard <oleonard@myacpl.org> 2010-05-05 14:51:22 --- Created an attachment (id=1875) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1875) Proposed fix -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4416 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Priority|P5 |PATCH-Sent Platform|PC |All -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4416 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gmcharlt@gmail.com --- Comment #6 from Galen Charlton <gmcharlt@gmail.com> 2010-05-05 15:20:59 --- Pushed patch; please test and close. -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4416 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- 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.
participants (1)
-
bugzilla-daemon@kohaorg.ec2.liblime.com