[Koha-bugs] [Bug 8870] UNIMARC authorities search doesn't display properly information

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 9 11:40:14 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8870

Fridolyn SOMERS <fridolyn.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fridolyn.somers at biblibre.co
                   |                            |m

--- Comment #13 from Fridolyn SOMERS <fridolyn.somers at biblibre.com> ---
For 3.8.x users, you may want to hide those HASH texts.
I noticed they only occur in span with "note" class.
So I hide them with CSS :

OPACUserCSSS: 
  #userauthsearchresults .note {
    display: none;
  }

IntranetUserCSS :
  #authorities_searchresultlist_results .note,
  #auth_searchresultlist_auth .note
  {
    display: none;
  }

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


More information about the Koha-bugs mailing list