Yes all Plano ISD coding is with the intention it be contributed to
community.
Chris Cormack-6 wrote:
>
> 2010/1/5 David Schuster :
>>
>> With XSLT on in the OPAC we see the subtitles, but not in the staff
>> client.
>> I have contracted with LibLime to display the b in the Staff using XSLT,
>
2010/1/5 David Schuster :
>
> With XSLT on in the OPAC we see the subtitles, but not in the staff client.
> I have contracted with LibLime to display the b in the Staff using XSLT, but
> am unsure the development timeline at this point.
>
There is a patch floating around that implements this, as
With XSLT on in the OPAC we see the subtitles, but not in the staff client.
I have contracted with LibLime to display the b in the Staff using XSLT, but
am unsure the development timeline at this point.
David Schuster
LAURENT Henri-Damien-2 wrote:
>
> Owen Leonard wrote:
>> At the moment when
Owen Leonard wrote:
> At the moment when you look at the contents of a list in the OPAC or
> the staff client you don't see subtitles. In other places in Koha I've
> seen this used to grab subtitles:
>
> my $subtitle = C4::Biblio::get_koha_field_from_marc('bibliosubtitle',
> 'subtitle', $record, '
At the moment when you look at the contents of a list in the OPAC or
the staff client you don't see subtitles. In other places in Koha I've
seen this used to grab subtitles:
my $subtitle = C4::Biblio::get_koha_field_from_marc('bibliosubtitle',
'subtitle', $record, '');
Where $record is set by d