Re: [Koha] Modify Holdings table layout...

2014-08-06 Thread Layale Bassil
[mailto:koha-boun...@lists.katipo.co.nz] On Behalf Of Unauthenticated AUBnet User Sent: Friday, June 27, 2014 9:07 AM To: Liz Rea Cc: koha@lists.katipo.co.nz Subject: Re: [Koha] Modify Holdings table layout... Hello Liz, Many thanks for your quick reply! Can you please tell me were do I insert this line

Re: [Koha] Modify Holdings table layout...

2014-06-27 Thread Indranil Das Gupta
Hi Layale, On Fri, Jun 27, 2014 at 6:06 AM, Layale Bassil wrote: > Hello Liz, > > Many thanks for your quick reply! > > Can you please tell me were do I insert this line of code? Short answer : opacuserjs system preference Long answer : read up on how to include these from -> http://wiki.koha-c

Re: [Koha] Modify Holdings table layout...

2014-06-26 Thread Layale Bassil
Hello Liz, Many thanks for your quick reply! Can you please tell me were do I insert this line of code? Best Regards, Layale. On Jun 27, 2014, at 7:12 AM, "Liz Rea" wrote: > $("#opac-detail th:contains('Notes')").text("Holding notes"); > > would likely do it. > > Cheers, > Liz > > On 27/

Re: [Koha] Modify Holdings table layout...

2014-06-26 Thread Liz Rea
$("#opac-detail th:contains('Notes')").text("Holding notes"); would likely do it. Cheers, Liz On 27/06/14 16:04, Layale Bassil wrote: > Hello Owen, > > Thanks a lot for your help. I will try your suggestions regarding the due > date and barcode columns. > > As for the text of the Notes colum

Re: [Koha] Modify Holdings table layout...

2014-06-26 Thread Layale Bassil
Hello Owen, Thanks a lot for your help. I will try your suggestions regarding the due date and barcode columns. As for the text of the Notes column, I need to replace it with another text; make it "Holding notes" instead of "Notes". I'm talking about the holdings table inside the detailed view

Re: [Koha] Modify Holdings table layout...

2014-06-26 Thread Owen Leonard
> I need to remove two columns (Date due and Barcode) You can use custom CSS to hide the date due column. Add this to the OPACUserCSS system preference: td.date_due, #item_datedue { display: none; } The barcode column can be hidden by turning off the OPACShowBarcode system preference. > and cha

[Koha] Modify Holdings table layout...

2014-06-26 Thread Layale Bassil
Dear All, I would like to know how can I modify the layout of the holdings table in the opac detailed view? I need to remove two columns (Date due and Barcode) and change the text of the Notes columns? Which file do I have to edit? Thanks in advance, Regards. __