http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6483
--- Comment #3 from Salva Zaragoza Rubio <[email protected]> 2011-06-08 13:45:15 UTC --- (In reply to comment #2) > This looks like a really, really cool new feature! Assessing the > implementation > of it is a little bit over my head, but I do have a couple of questions: > > 1. I'm not crazy about that busc-parameter in the URL of the detail view - I'm > rather fond of the clean and simple URL structure of Koha... Would it be > possible to store that information in a cookie/session? You say something > about > "avoid storing it in the session" - I'm not sure it should be avoided... ;-) The reason for "avoid storing it in the session" is to be able to take the url and paste it in another place and have the same result, if you have it in a session it's impossible, and with the session you have the obligued task of cleaning all the information you've stored, and it'll have to be made from all the pages you go from the opac-detail, a lot of more coding. But I'm open to all options. I thought it was the more simple solution. > > 2. This is such a cool feature, I think it deserves a more prominent place > than > at the bottom of the screen, possibly below lots and lots of items. Could it > be > placed in the right hand column, as a new "box" between the existing two? > (Below "more searches" and above "save record".) Of course, I'll change it and present the new rendering. Thanks for the positive response. -- 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/
