Re: [Koha-devel] Google transliteration for koha opac. Trouble with IE..

2009-10-05 Thread Koustubha Kale
On Tue, Oct 6, 2009 at 11:54 AM, savitra sirohi wrote: > Kousubha, > > We have done this already, here is the patch. > Thanks Savitra, I have it working in Firefox but even after your patch to a clean test install, I still cant get the language selection box to appear in IE ( tried IE 6 and 7 )

Re: [Koha-devel] Google transliteration for koha opac. Trouble with IE..

2009-10-05 Thread savitra sirohi
Kousubha, We have done this already, here is the patch. Thanks, Savitra Sirohi Nucsoft OSS labs http://www.osslabs.biz This is available only on the masthead search box in the OPAC. User has to enter a word in english and press space or return to transliterate the word. The destination language

Re: [Koha-devel] Google transliteration for koha opac. Trouble with IE..

2009-10-05 Thread Koustubha Kale
On Mon, Oct 5, 2009 at 7:03 PM, Koustubha Kale wrote: > Hi all, > > I need a bit of help > > I am trying to integrate google transliteration with koha opac search > box. This makes it easier to search indian language keywords for > english keyboard users. > > I have it working with Firefox at www.

Re: [Koha-devel] Conference on Koha for 2010 NOT KOHACON NZ

2009-10-05 Thread Bob Birchall @ Calyx
I would recommend holding off on any US event until 2011 to give KohaCon NZ every chance to be successful. The alternative would be smaller, regional gatherings in the US early in 2010, but nothing after, say, the start of your summer. My 2 cents, Bob Birchall Calyx > -Original Message-

Re: [Koha-devel] Koha 3.0 total number of books, cds, dvds, journals and others

2009-10-05 Thread Michael Hafen
I don't mess with the reports, so I can't help with them. For this I would run a few SQL commands. I'll write some here for you. SELECT COUNT(barcode) FROM items WHERE barcode <> '' AND barcode IS NOT NULL SELECT categorycode,COUNT(barcode) FROM items WHERE barcode<> '' AND barcode IS NOT NULL

[Koha-devel] Koha 3.0 total number of books, cds, dvds, journals and others

2009-10-05 Thread Zico
Hi, If i want to see total number of inserted books,cds,dvds, journals and others which are inserted into my Koha 3.0 server, what i need to do? I went to: Reports --> Statistics Wizards --> Catalog But, nothing is showing but only 0. But, my inserted items are 5,000 approximately. i want to know

[Koha-devel] Way to limit by 2 locations at the same time

2009-10-05 Thread David Schuster
is there a way in the OPAC to search 2 locations at the same time? branch:001,901 or something of that nature? David Schuster -- View this message in context: http://www.nabble.com/Way-to-limit-by-2-locations-at-the-same-time-tp25755923p25755923.html Sent from the Koha - Dev mailing list archi

[Koha-devel] Conference on Koha for 2010 NOT KOHACON NZ

2009-10-05 Thread David Schuster
I wanted to see what type of interest there is in another conference in the US and who would be willing to help/host/committee/present... There has been lots of discussion about other issues, but thought we should refocus our energy to helping each other. I know Chris is working on a conference

[Koha-devel] Google transliteration for koha opac. Trouble with IE..

2009-10-05 Thread Koustubha Kale
Hi all, I need a bit of help I am trying to integrate google transliteration with koha opac search box. This makes it easier to search indian language keywords for english keyboard users. I have it working with Firefox at www.granthalaya.org; but in IE I dont get the language selection box. The