magnifying glass next to authorities in the opac
Hi all, Can you tell me what preference triggers the magnifying glass icon to appear next to authorities in the OPAC? Is that something I can turn on/off? And if so how? Thanks so much, Nicole
Hi, On Thu, Jul 24, 2014 at 12:53 PM, Nicole Engard <nengard@gmail.com> wrote:
Can you tell me what preference triggers the magnifying glass icon to appear next to authorities in the OPAC? Is that something I can turn on/off? And if so how?
There's no system preference controlling it, but you can make it go away by adding this to OpacUserCSS: a.authlink img { display: none } Regards, Galen -- Galen Charlton Manager of Implementation Equinox Software, Inc. / The Open Source Experts email: gmc@esilibrary.com direct: +1 770-709-5581 cell: +1 404-984-4366 skype: gmcharlt web: http://www.esilibrary.com/ Supporting Koha and Evergreen: http://koha-community.org & http://evergreen-ils.org
Thanks, but you do know why it shows sometimes and not all the time? I'm asking so I can document it. Nicole
Sometimes? On the same record? It's managed on detail XSL, only test is a value on subfield '9' <xsl:if test="marc:subfield[@code=9]"> Perhaps a subject not linked? -- Bernardo Gonzalez Kriegel bgkriegel@gmail.com On Fri, Jul 25, 2014 at 9:46 PM, Nicole Engard <nengard@gmail.com> wrote:
Thanks, but you do know why it shows sometimes and not all the time? I'm asking so I can document it.
Nicole _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
UseAuthoritiesForTracings El jul 25, 2014 6:19 AM, "Nicole Engard" <nengard@gmail.com> escribió:
Hi all,
Can you tell me what preference triggers the magnifying glass icon to appear next to authorities in the OPAC? Is that something I can turn on/off? And if so how?
Thanks so much, Nicole _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Tomas, Actually this isn't the preference (and maybe there is no preference). I have it set to "Don't use" and I see the magnifying glass here: http://model.bywatersolutions.com/cgi-bin/koha/opac-detail.pl?biblionumber=1... and not here: http://model.bywatersolutions.com/cgi-bin/koha/opac-detail.pl?biblionumber=3... I think Bernardo's explanation makes sense - if there isn't a subfield 9 on the field then the magnifying glass doesn't appear. Does that sound right to everyone? Nicole
participants (4)
-
Bernardo Gonzalez Kriegel -
Galen Charlton -
Nicole Engard -
Tomas Cohen Arazi