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: [email protected]                                     
_______________________________________________
Koha mailing list  http://koha-community.org
[email protected]
http://lists.katipo.co.nz/mailman/listinfo/koha

_______________________________________________
Koha mailing list  http://koha-community.org
[email protected]
http://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to