Some questions about virtualization. (Scott Owen)
>
>
> -- Forwarded message --
> From: Mark Alexander
> To: "| dalmeida |"
> Cc: koha
> Bcc:
> Date: Sun, 17 Sep 2017 20:55:18 -0400
> Subject: Re: [Koha] Hide MARC View separator
> Excerpt
> But using Firefox's "Inspect Element" feature, I saw that the "MARC view" tab
> has an ID of "MARCview".
True, but the containing #MARCview has a style as well, so to
hide both completely you'll need:
$(document).ready(function(){
$("#MARCview").parent().hide();
});
-- Owen
--
Web Dev
Excerpts from | dalmeida |'s message of 2017-09-16 18:57:03 +0100:
> Does anyone know how to hide MARC View separator on book Details page? I'd
> like to have only Normal View and ISBD View.
I used the following as a hint:
https://wiki.koha-community.org/wiki/JQuery_Library#Hide_Marc_.26_ISBD_
3 matches
Mail list logo