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 of the item in opac. 

Hope I made myself clear.

Thanks again.
Best Regards.

On Jun 26, 2014, at 3:32 PM, "Owen Leonard" <oleon...@myacpl.org> wrote:

>> 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 change the text of the Notes columns?
> 
> You'll have to be more specific about this one. What are you trying to do?
> 
>> Which file do I have to edit?
> 
> Ideally you should never edit a Koha file because this makes upgrading
> Koha more difficult. You should always look for ways to use system
> preferences, custom CSS, or custom JavaScript to accomplish the
> changes you want.
> 
>  -- Owen
> 
> -- 
> Web Developer
> Athens County Public Libraries
> http://www.myacpl.org
> _______________________________________________
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to