[Koha-bugs] [Bug 27613] Pipe separated online resource links are hard to customize

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Feb 6 23:14:48 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27613

--- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I am not completely sure about this one.

The existing pattern at the moment would be to use <span class="separator"> |
</span>.

What is the advantage of the pseudo element? That it can be overwritten using
CSS instead of jQuery? 

I tried to remove the 3rd link out of 4 by using:
$("a:contains('Table')").remove(); 

Sample data: Philippics. I-II / Cicero ; edited by John T. Ramsey.

In this case I end up with || and have no idea how to fix that. Previously I
would just hide the preceeding one with jQuery as well and that would solve he
issue. I am not sure if and how I could do that now.

We often get requests for hiding some or highlighting other URLs, so that's a
common use case for me. Remember: Our records are created in a union catalog,
there are often tons of links, but changing the records locally is not an
option as the union catalog is the primary database.

I am failing this, because I think if we change it on the detail page, we
should really change it in the results list too.

And personally I'd really like to know if you can still hide elements in a nice
way somehow!

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list