Bug 2226

Summary: Add to the OPAC the ability to hide sections
Product: Koha Reporter: Frédéric Demians <f.demians>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: mirko, nengard
Version: unspecified   
Hardware: PC   
OS: All   
URL: /cgi-bin/koha/opac-search.pl
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Chris Cormack 2010-05-21 00:48:00 UTC


---- Reported by frederic@tamil.fr 2008-06-07 10:23:57 ----

In OPAC some sections can be hidden easily with CSS.
For example, the Item Type column with images can be hidden by adding
to OPACUserCSS syspref this directive

  .itypecol { visible: hidden; }
  
It works because this information is enclosed in a table column associated
with a CSS class.

It would be practicale to have such enclosing for others OPAC sections:

  - Availablity
  - Actions
 
And to document this feature!



---- Additional Comments From nengard@gmail.com 2009-12-21 13:13:21 ----

Owen, have the code edits been made?  if so I can easily document it :) and we can close this bug.



--- Bug imported by chris@bigballofwax.co.nz 2010-05-21 00:48 UTC  ---

This bug was previously known as _bug_ 2226 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2226

Actual time not defined. Setting to 0.0

Comment 1 Mirko Tietgen 2012-12-16 14:16:58 UTC
This has been done as far as I can see.