[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
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
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/
$("#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
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
> 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
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.
__
7 matches
Mail list logo