Commonwealth-VLR-Engine is a Rails engine for creating Blacklight apps that provide access to content from Solr/Fedora, packaging a number of feature-rich enhancements and modifications.
Apache License 2.0
8
stars
2
forks
source link
download text for multi-image access_full files incorrect #42
On the catalog#show page for a downloadable item with multiple images, the download links on the lower left of the page should have some contextual text indicating that the download is a "multi-file ZIP."
This is working for the image_primary and image_access_800 downloads, but not for the access_full download (which pulls files from the IIIF server).
Note that this is only an issue with the text -- the download behavior is actually correct. The text of the .trigger_download link in the download popup modal is also correct.
This:
Large (full resolution)
(JPEG, 935 KB)
Should be:
Large (full resolution)
(JPEG, multi-file ZIP, 935 KB)
On the catalog#show page for a downloadable item with multiple images, the download links on the lower left of the page should have some contextual text indicating that the download is a "multi-file ZIP."
This is working for the
image_primary
andimage_access_800
downloads, but not for theaccess_full
download (which pulls files from the IIIF server).Note that this is only an issue with the text -- the download behavior is actually correct. The text of the
.trigger_download
link in the download popup modal is also correct.This:
Should be:
Examples: