Koha/koha-tmpl/opac-tmpl/bootstrap/en/xslt
Katrin Fischer 99e3da58d4 Bug 12501: Show dissertation note (MARC21 502) in XSLT results
Bug 9356 added the dissertation note from MARC21 502 to the staff
and OPAC detail pages. This patch adds it to the result list.

1) Catalog a record with 502
   Examples: http://www.loc.gov/marc/bibliographic/bd502.html
2) Important: Wait until the record got indexed by Zebra or
   index it manually.
3) Verify your note shows up on the detail pages in staff and OPAC
4) Verfiy note also shows up on the result pages in staff and OPAC

5) Hide the dissertation note from display:

OpacUserCSS:
.diss_note {
  display:none;
}

IntranetUserCSS:
.diss_note {
  display:none;
}

6) Verify CSS works and all looks like before...

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Work as describes, value can be hidden using css,
no koha-qa errors

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
2014-08-19 09:25:13 -03:00
..
compact.xsl
MARC21slim2OPACDetail.xsl Bug 9075: Rename "type" to "material type" on OPAC XSLT detail and results 2014-04-08 23:33:43 +00:00
MARC21slim2OPACResults.xsl Bug 12501: Show dissertation note (MARC21 502) in XSLT results 2014-08-19 09:25:13 -03:00
MARC21slimUtils.xsl
NORMARCslim2OPACDetail.xsl Bug 11762 - bootstrap: Re-order 245 $a $b $h in results. 2014-03-14 14:43:19 +00:00
NORMARCslim2OPACResults.xsl Bug 11762 - bootstrap: Re-order 245 $a $b $h in results. 2014-03-14 14:43:19 +00:00
NORMARCslimUtils.xsl
plainMARC.xsl Bug 10647 - Make OPAC MARC plain view work for all flavours of MARC 2014-03-14 14:50:13 +00:00
UNIMARCslim2OPACDetail.xsl Bug 11310: update the XSLT for the Bootstrap theme 2014-02-18 20:36:42 +00:00
UNIMARCslim2OPACResults.xsl Bug 11648 - Use word item instead of copy - opac bootstrap 2014-03-12 14:21:44 +00:00
UNIMARCslimUtils.xsl Bug 11310: update the XSLT for the Bootstrap theme 2014-02-18 20:36:42 +00:00