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.
__
> 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
The Koha community is proud to announce the release of 3.14.8.
This is a maintenance release and contains some enhancements and several
bugfixes.
As always you can download the release from
http://download.koha-community.org.
Have a look at release post :
http://koha-community.org/koha-3-14-8-
Come join us in NCW for the 2014 North American Koha Users Group. Meet with
support vendors and fellow Koha users while we cover the following topics
in round table discussions and presentations:
* Using Koha as CMS
* Using Koha with DSpace
* Testing bugs
* Workflow with git
* Upcoming features –
The Koha community is pleased to announce the release of version
3.16.1 of the Koha library automation system.
Koha 3.16.1 is a bugfix release. Due to some of the critical bugs that
are fixed in this release, users of Koha 3.16.0 are advised to upgrade
as soon as possible.
Koha 3.16.1 can be down
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
$("#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 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/
8 matches
Mail list logo