Makes the thumbnail image in the teaser clickable and more consistent with the thumbnail in the Collection Solution Pack.
What's new?
In addition to addressing #9, it adds the same permission check on the TN datastream used in Islandora Collection Solution Pack, changed hard-coded HTML to use Drupal's l() function, and wrapped the thumbnail image in the same theme() function used by the Collection Solution Pack.
How should this be tested?
When clicked, the thumbnail in the teaser should link to the object.
What does this Pull Request do?
Makes the thumbnail image in the teaser clickable and more consistent with the thumbnail in the Collection Solution Pack.
What's new?
In addition to addressing #9, it adds the same permission check on the TN datastream used in Islandora Collection Solution Pack, changed hard-coded HTML to use Drupal's
l()
function, and wrapped the thumbnail image in the sametheme()
function used by the Collection Solution Pack.How should this be tested?
When clicked, the thumbnail in the teaser should link to the object.
Additional Notes
None
Interested parties
@rosiel