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

Fridolyn SOMERS <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |m

--- Comment #13 from Fridolyn SOMERS <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to