Skip to content
Snippets Groups Projects
Commit 6753e87f authored by Mathias Maaß's avatar Mathias Maaß Committed by Robert Lange
Browse files

refs #23446 [finc] open search history links in new page rather the in model

parent c9b11243
Branches
Tags instance/rk_le/staging/20230406_102900
No related merge requests found
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<td data-title="<?= $this->transEscAttr('history_search') ?>:"> <td data-title="<?= $this->transEscAttr('history_search') ?>:">
<?=$this->historylabel($info->getParams()->getSearchClassId())?> <?=$this->historylabel($info->getParams()->getSearchClassId())?>
<?php /* add lang undefines tag */ ?> <?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(); $desc = $info->getParams()->getDisplayQuery();
echo empty($desc) ? $this->transEsc("history_empty_search") : $this->escapeHtml($desc); echo empty($desc) ? $this->transEsc("history_empty_search") : $this->escapeHtml($desc);
?></a> ?></a>
......
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