Bug 2226 - Add to the OPAC the ability to hide sections
Summary: Add to the OPAC the ability to hide sections
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: unspecified
Hardware: PC All
: P3 enhancement (vote)
Assignee: Owen Leonard
QA Contact:
URL: /cgi-bin/koha/opac-search.pl
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-07 10:23 UTC by Frédéric Demians
Modified: 2013-12-05 20:01 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.