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

Merge branch 'master' into instance/fid

parents f6630ddc 205575c2
No related merge requests found
<?=$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