[Koha] Changing OPAC Item Status

Liz Rea liz at catalyst.net.nz
Tue Jan 22 17:01:55 NZDT 2013


You could also use something like the jquery noted here in your opacuserjs:

$(document).ready(function(){

$("td.status:contains('Available')").text("On Shelf");
});

and not have to edit your templates at all. :)

Liz Rea

On 20/01/13 01:58, Joel Harbottle wrote:
> Hi All, Interesting question... I would like to change the wording of "Available" to "On Shelf" on the Item Status in the Holdings Display area in both the OPAC and Staff Client. Does anyone know how to do this easily? Best Regards,
>
> Joel HarbottleE: joel.harbottle at outlook.com 		 	   		
> _______________________________________________
> Koha mailing list  http://koha-community.org
> Koha at lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha



More information about the Koha mailing list