[Koha-bugs] [Bug 12260] Printing a page from bootstrap shows unnecessary links

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 29 14:34:31 CET 2021


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

Stina Hallin <stina.hallin at ub.lu.se> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stina.hallin at ub.lu.se
             Status|Needs Signoff               |Signed Off

--- Comment #5 from Stina Hallin <stina.hallin at ub.lu.se> ---
Tested this using Firefox
  Didn't show after patch
  a.tag_add { display:none; }           ok
  .ui-tabs-panel { border:none !important; }    ok      
  #addcomment { display:none; }                 ok      
  #didyoumean { display:none; }                 ok      
  #numresults { float:left; }                   ok              


  Didn't show either before or after patch
  #koha_url { display:none; }                           
  .breadcrumb { display:none; }                         
  #social_networks { display:none; }                    
  .results_summary.online_resources { display:none; }    - resultat and bib
view
  a#Normalview,                                         
  a#MARCview,                                           
  a#ISBDview { display:none; }                          
  #ulactioncontainer { display:none; }                  
  #usermenu { display:none; }                           
  #top-pages, #bottom-pages { display:none; }           
  #selections-toolbar { display: none; }                
  .actions-menu { display: none; }                      
  #numresults a { display:none; }                       

  Didn't find 
  a[href]:after { display:none; }       

Maybe  #moresearches should also be removed?

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


More information about the Koha-bugs mailing list