Koha/koha-tmpl/opac-tmpl/prog/en/css
Ian Walls c04404c2fb Enh 7031: More options for Advanced Search
Adds the ability to perform advanced searches in both the OPAC and staff client on more than
a single AdvancedSearchType at a time.  Support included for Itemtype, Collection Code and Shelving Location.

AdvancedSearchTypes syspref preference is repurposed; no longer a single value, it can now take
multiple item code fields separated by "|".  The order of these fields will determine the order
of the tabs in the OPAC and staff client advanced search screens.  Values within the search type
are OR'ed together, while each different search type is AND'ed together in the query limits.  The
current stored values are supported without any required modification.

Each set of advanced search fields are displayed in tabs in both the OPAC and staff client.  The
first value in the AdvancedSearchTypes syspref is the selected tab; if no values are present, "itemtypes"
is used.  For non-itemtype values, the value in AdvancedSearchTypes must match the Authorised Value name, and
must be indexed with 'mc-' prefixing that name.

<li> elements in tab are assigned unique IDs, so the text of the tab can be altered to match the
library's needs (using JQuery)

The logic to handle the 5 element row limit has been moved from the Perl to the templates, since Template::Toolkit
has a simple method for extracting the count of an element in a loop and performing 'modulus' on it.

2011-12-21: Incorporated changes recommend by Owen Leonard on bug report.
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
2012-03-14 14:35:27 +01:00
..
colors.css Beginning redesign of the OPAC. At this stage it's a move to make it more like the dev_week design, but this is only a starting point. This commit makes most OPAC page layouts very broken. 2007-11-13 21:35:45 -06:00
datatables.css Bug 6836: followup CSS work 2012-01-27 11:33:12 +01:00
hierarchy.css synch'ing librarian & opac hierarchy css 2007-12-18 04:47:11 -06:00
opac.css Enh 7031: More options for Advanced Search 2012-03-14 14:35:27 +01:00
print.css Bug 7575 Opac search results print alignment 2012-02-27 18:29:49 +01:00
sanop.css Reorganizing OPAC files in the same way intranet files were 2007-11-13 21:35:43 -06:00
sco.css Bug 7629 - Update sco.css to include CSS Gradients and prevent error upon missing background image file 2012-03-08 17:10:04 +01:00