The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit f3c769be authored by Demian Katz's avatar Demian Katz Committed by Robert Lange
Browse files

Add COinS support to EDS.

- Resolves VUFIND-1401.
parent 8295241f
No related merge requests found
...@@ -149,6 +149,8 @@ ...@@ -149,6 +149,8 @@
</div> </div>
<?php endforeach; ?> <?php endforeach; ?>
<?php endif; ?> <?php endif; ?>
<?=(!$restrictedView && $this->driver->supportsCoinsOpenUrl())?'<span class="Z3988" title="' . $this->escapeHtmlAttr($this->driver->getCoinsOpenUrl()) . '"></span>':''?>
</div> </div>
</div> </div>
<?php if ($thumbnail && $thumbnailAlignment == 'right'): ?> <?php if ($thumbnail && $thumbnailAlignment == 'right'): ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment