Skip to content
Snippets Groups Projects
Commit 3a046cad authored by Dorian Merz's avatar Dorian Merz
Browse files

Merge branch 'instance/fid' into instance/fid_adlr

parents 348aa09b af69dd54
No related merge requests found
......@@ -241,7 +241,6 @@ class GetIt extends AbstractHelper
$accordeonHeadline = $this->accordeonHeadlineDefault;
$boxHeadline = $this->translate('Get it');
$notice = $this->translate('getit_text_default');
$noticeWithLink = null;
$showLinks = true;
$showOrderButton = false;
$showPartCopyButton = false;
......@@ -250,6 +249,7 @@ class GetIt extends AbstractHelper
$isEBCEBooks = false;
$hideNotice = false;
$isAiSidRecord = false;
$noticeLinkType = 'register';
// let specific functions override defaults where necessary
foreach ($this->sids as $sid_config) {
......
<?=$this->url('search-results')?>?lookfor=<?=urlencode($lookfor)?>
......@@ -36,7 +36,8 @@
<?php endif; ?>
<?php if (!empty($this->unsaved)): ?>
<?=$this->context()->renderInContext('search/history-table.phtml', ['showSaved' => false]);?>
<a href="?purge=true"><i class="fa fa-remove" aria-hidden="true"></i> <?=$this->transEsc("history_purge")?></a>
<?php /* refs #17072: added url - GG */ ?>
<a href="<?= $this->url('search-history') ?>?purge=true"><i class="fa fa-remove" aria-hidden="true"></i> <?=$this->transEsc("history_purge")?></a>
<?php else: ?>
<?=$this->transEsc("history_no_searches")?>
<?php endif; ?>
......
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