Bug 10562: Improve Leader06 Type Labels in MARC21slim2OPACResults.xsl
authorOwen Leonard <oleonard@myacpl.org>
Fri, 29 Jun 2018 16:27:28 +0000 (16:27 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 1 Feb 2019 15:03:46 +0000 (15:03 +0000)
commit75bda2a8743f37919efc3132d190ce70efa3c12c
treebacb2ec142e8ec7f0e7ae7565496c17c54c79f69
parentc8ca6926ed114062d4a55ce981b32ffeb670fc7a
Bug 10562: Improve Leader06 Type Labels in MARC21slim2OPACResults.xsl

This patch takes the suggestions in Bug 10562 and implements those
changes in MARC21slim2OPACResults.xsl. This patch also makes the
following changes:

 - De-duplicate famfamfam icons: Remove the /silk subdirectory and move
   non-duplicates to famfamfam/; Correct paths to these images in
   templates and CSS
 - Improve the granularity of some material type icon choices: Show
   "Film," "Picture," or "Object" instead of "Visual material."
 - Remove unnecessary title attributes from material type images
 - Implement the kind of changes made in Bug 18235, "Add classes to
   material type icons on result lists and detail pages"

Signed-off-by: Charles Farmer <charles.farmer@inLibro.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit c747c74568850089d2a13b47aecf9987214ff8db)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
46 files changed:
koha-tmpl/opac-tmpl/bootstrap/css/sci.css
koha-tmpl/opac-tmpl/bootstrap/css/sco.css
koha-tmpl/opac-tmpl/bootstrap/en/includes/calendar.inc
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt
koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl
koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl
koha-tmpl/opac-tmpl/lib/famfamfam/OB.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/lib/famfamfam/arrow_left.png [moved from koha-tmpl/opac-tmpl/lib/famfamfam/silk/arrow_left.png with 100% similarity]
koha-tmpl/opac-tmpl/lib/famfamfam/arrow_refresh.png [moved from koha-tmpl/opac-tmpl/lib/famfamfam/silk/arrow_refresh.png with 100% similarity]
koha-tmpl/opac-tmpl/lib/famfamfam/book_previous.png [moved from koha-tmpl/opac-tmpl/lib/famfamfam/silk/book_previous.png with 100% similarity]
koha-tmpl/opac-tmpl/lib/famfamfam/calendar.png [moved from koha-tmpl/opac-tmpl/lib/famfamfam/silk/calendar.png with 100% similarity]
koha-tmpl/opac-tmpl/lib/famfamfam/cancel.png [moved from koha-tmpl/opac-tmpl/lib/famfamfam/silk/cancel.png with 100% similarity]
koha-tmpl/opac-tmpl/lib/famfamfam/cd.png [moved from koha-tmpl/opac-tmpl/lib/famfamfam/silk/cd.png with 100% similarity]
koha-tmpl/opac-tmpl/lib/famfamfam/chart_curve.png [moved from koha-tmpl/opac-tmpl/lib/famfamfam/silk/chart_curve.png with 100% similarity]
koha-tmpl/opac-tmpl/lib/famfamfam/controller.png [moved from koha-tmpl/opac-tmpl/lib/famfamfam/silk/controller.png with 100% similarity]
koha-tmpl/opac-tmpl/lib/famfamfam/cross.png [moved from koha-tmpl/opac-tmpl/lib/famfamfam/silk/cross.png with 100% similarity]
koha-tmpl/opac-tmpl/lib/famfamfam/database.png [moved from koha-tmpl/opac-tmpl/lib/famfamfam/silk/database.png with 100% similarity]
koha-tmpl/opac-tmpl/lib/famfamfam/drive_web.png [moved from koha-tmpl/opac-tmpl/lib/famfamfam/silk/drive_web.png with 100% similarity]
koha-tmpl/opac-tmpl/lib/famfamfam/dvd.png [moved from koha-tmpl/opac-tmpl/lib/famfamfam/silk/dvd.png with 100% similarity]
koha-tmpl/opac-tmpl/lib/famfamfam/font.png [moved from koha-tmpl/opac-tmpl/lib/famfamfam/silk/font.png with 100% similarity]
koha-tmpl/opac-tmpl/lib/famfamfam/help.png [moved from koha-tmpl/opac-tmpl/lib/famfamfam/silk/help.png with 100% similarity]
koha-tmpl/opac-tmpl/lib/famfamfam/link.png [moved from koha-tmpl/opac-tmpl/lib/famfamfam/silk/link.png with 100% similarity]
koha-tmpl/opac-tmpl/lib/famfamfam/magnifier.png [moved from koha-tmpl/opac-tmpl/lib/famfamfam/silk/magnifier.png with 100% similarity]
koha-tmpl/opac-tmpl/lib/famfamfam/note.png [moved from koha-tmpl/opac-tmpl/lib/famfamfam/silk/note.png with 100% similarity]
koha-tmpl/opac-tmpl/lib/famfamfam/paintbrush.png [moved from koha-tmpl/opac-tmpl/lib/famfamfam/silk/paintbrush.png with 100% similarity]
koha-tmpl/opac-tmpl/lib/famfamfam/pencil.png [moved from koha-tmpl/opac-tmpl/lib/famfamfam/silk/pencil.png with 100% similarity]
koha-tmpl/opac-tmpl/lib/famfamfam/pictures.png [moved from koha-tmpl/opac-tmpl/lib/famfamfam/silk/pictures.png with 100% similarity]
koha-tmpl/opac-tmpl/lib/famfamfam/report.png [moved from koha-tmpl/opac-tmpl/lib/famfamfam/silk/report.png with 100% similarity]
koha-tmpl/opac-tmpl/lib/famfamfam/script.png [moved from koha-tmpl/opac-tmpl/lib/famfamfam/silk/script.png with 100% similarity]
koha-tmpl/opac-tmpl/lib/famfamfam/silk/book.png [deleted file]
koha-tmpl/opac-tmpl/lib/famfamfam/silk/book_link.png [deleted file]
koha-tmpl/opac-tmpl/lib/famfamfam/silk/book_open.png [deleted file]
koha-tmpl/opac-tmpl/lib/famfamfam/silk/computer_link.png [deleted file]
koha-tmpl/opac-tmpl/lib/famfamfam/silk/film.png [deleted file]
koha-tmpl/opac-tmpl/lib/famfamfam/silk/keyboard.png [deleted file]
koha-tmpl/opac-tmpl/lib/famfamfam/silk/map.png [deleted file]
koha-tmpl/opac-tmpl/lib/famfamfam/silk/music.png [deleted file]
koha-tmpl/opac-tmpl/lib/famfamfam/silk/newspaper.png [deleted file]
koha-tmpl/opac-tmpl/lib/famfamfam/silk/picture.png [deleted file]
koha-tmpl/opac-tmpl/lib/famfamfam/silk/report_disk.png [deleted file]
koha-tmpl/opac-tmpl/lib/famfamfam/silk/sound.png [deleted file]
koha-tmpl/opac-tmpl/lib/famfamfam/stop.png [moved from koha-tmpl/opac-tmpl/lib/famfamfam/silk/stop.png with 100% similarity]
koha-tmpl/opac-tmpl/lib/famfamfam/text_list_bullets.png [moved from koha-tmpl/opac-tmpl/lib/famfamfam/silk/text_list_bullets.png with 100% similarity]
koha-tmpl/opac-tmpl/lib/famfamfam/user.png [moved from koha-tmpl/opac-tmpl/lib/famfamfam/silk/user.png with 100% similarity]
koha-tmpl/opac-tmpl/lib/famfamfam/world.png [moved from koha-tmpl/opac-tmpl/lib/famfamfam/silk/world.png with 100% similarity]
koha-tmpl/opac-tmpl/lib/famfamfam/world_link.png [moved from koha-tmpl/opac-tmpl/lib/famfamfam/silk/world_link.png with 100% similarity]