From f3c769be0f33c2bee13dbec23e86631fa1843017 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Tue, 26 May 2020 15:55:57 -0400 Subject: [PATCH] Add COinS support to EDS. - Resolves VUFIND-1401. --- themes/bootstrap3/templates/RecordDriver/EDS/result-list.phtml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/bootstrap3/templates/RecordDriver/EDS/result-list.phtml b/themes/bootstrap3/templates/RecordDriver/EDS/result-list.phtml index a9ba8403b0b..dca553c6de9 100644 --- a/themes/bootstrap3/templates/RecordDriver/EDS/result-list.phtml +++ b/themes/bootstrap3/templates/RecordDriver/EDS/result-list.phtml @@ -149,6 +149,8 @@ </div> <?php endforeach; ?> <?php endif; ?> + + <?=(!$restrictedView && $this->driver->supportsCoinsOpenUrl())?'<span class="Z3988" title="' . $this->escapeHtmlAttr($this->driver->getCoinsOpenUrl()) . '"></span>':''?> </div> </div> <?php if ($thumbnail && $thumbnailAlignment == 'right'): ?> -- GitLab