Re: [Koha] search quits working

2016-07-22 Thread Nombre
El 21/07/16 a las 14:55, Marcel de Rooy escribió: > Bug 16885 ? I'm going to test adding a line /bin/sleep 5 as first command in postrotate in logrotate.d/koha-common. I'll see tomorrow. Regards > > -Oorspronkelijk bericht- > Van: Koha [mailto:koha-boun...@lists.katipo.co.nz] Namens T

Re: [Koha] [Koha-devel] Moving on

2016-07-22 Thread Christopher Davis
Jesse, Best of luck to you and thank you for your work on Koha. Take care, Christopher Davis, MLS Systems & E-Services Librarian Uintah County Library cgda...@uintah.utah.gov (435) 789-0091 ext.261 uintahlibrary.org basinlibraries.org facebook.com/uintahcountylibrary instagram.com/uintahcountyli

Re: [Koha] Koha as a local authors catalog: TEST SITE

2016-07-22 Thread Christopher Davis
Thank you for notifying us regarding the test site. It will be good for me to try it out. All the best, Christopher Davis, MLS Systems & E-Services Librarian Uintah County Library cgda...@uintah.utah.gov (435) 789-0091 ext.261 uintahlibrary.org basinlibraries.org facebook.com/uintahcountylibrary

Re: [Koha] [Koha-devel] Moving on

2016-07-22 Thread Tomas Cohen Arazi
Jesse, thanks for all you did for the project. Good luck, enjoy your new challenges! El jue., 21 jul. 2016 a las 20:21, Jesse () escribió: > Friends, colleagues, and that crazy guy named Kyle, > > I wanted to let you know that today will be my last day with ByWater > Solutions. I'm taking a job

[Koha] Change "Place Hold" to "Request Item"

2016-07-22 Thread Chad Roseburg
I found the following jQuery in the Koha library for changing the text for "Place hold": $(document).ready(function(){ var holdlinks = $("a:contains('Place Hold'),a:contains('Place hold')"); $(holdlinks).text("Request Item"); }); $(window).load(function(){ $("input[value='Place Hold']