Skip to content
Snippets Groups Projects
Commit 7e5ccefb authored by André Lahmann's avatar André Lahmann
Browse files

Merge branch 'master' into instance/fid

parents 1c38655d e84da8ee
No related merge requests found
......@@ -178,8 +178,7 @@ if ($cover):
}
if (!$this->driver->isCollection()):
foreach ($urls as $current): ?>
<a href="<?=$this->escapeHtmlAttr($this->proxyUrl($current['url']))?>" class="fulltext" target="new"><i class="fa fa-external-link"
aria-hidden="true"></i> <?=($current['url'] == $current['desc']) ? $this->transEsc('Get full text') : $this->escapeHtml($current['desc'])?>
<a href="<?=$this->escapeHtmlAttr($this->proxyUrl($current['url']))?>" class="fulltext" target="new"><i class="fa fa-external-link" aria-hidden="true"></i> <?=($current['url'] == $current['desc']) ? $this->transEsc('Get full text') : $this->escapeHtml($current['desc'])?>
</a>
<?php endforeach; ?>
<?php endif; ?>
......@@ -247,6 +246,7 @@ if ($cover):
<?= $this->transEsc('confirm_dialog_yes') ?>
</a>
</li>
<li><a href="#"><?= $this->transEsc('confirm_dialog_no') ?></a></li>
</ul>
</div>
......
......@@ -31,6 +31,9 @@ $user = $this->auth()->isLoggedIn();
</a>
<div class="<?=$this->layoutClass('mainbody')?>">
<h1><?=$list ? $this->escapeHtml($list->title) : $this->transEsc("Your Favorites")?></h1>
<?=$this->flashmessages()?>
<nav class="search-header hidden-print">
<div class="search-stats">
<?php if ($recordTotal > 0): ?>
......
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