From 6753e87fe91276190732f9cd990c9ef3d8f45126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Maa=C3=9F?= <mathias.maass@uni-leipzig.de> Date: Mon, 27 Mar 2023 12:45:49 +0200 Subject: [PATCH] refs #23446 [finc] open search history links in new page rather the in model --- themes/finc/templates/search/history-table.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/finc/templates/search/history-table.phtml b/themes/finc/templates/search/history-table.phtml index 94f972b870d..cc0d71532ee 100644 --- a/themes/finc/templates/search/history-table.phtml +++ b/themes/finc/templates/search/history-table.phtml @@ -19,7 +19,7 @@ <td data-title="<?= $this->transEscAttr('history_search') ?>:"> <?=$this->historylabel($info->getParams()->getSearchClassId())?> <?php /* add lang undefines tag */ ?> - <a href="<?=$this->url($info->getOptions()->getSearchAction()) . $info->getUrlQuery()->getParams()?>" lang=""><?php + <a data-lightbox-ignore href="<?=$this->url($info->getOptions()->getSearchAction()) . $info->getUrlQuery()->getParams()?>" lang=""><?php $desc = $info->getParams()->getDisplayQuery(); echo empty($desc) ? $this->transEsc("history_empty_search") : $this->escapeHtml($desc); ?></a> -- GitLab