Skip to content
Snippets Groups Projects
Commit 324c2659 authored by Gregor Gawol's avatar Gregor Gawol Committed by Dorian Merz
Browse files

refs #16809 [fid_adlr] search history

* close lightbox if click search url
parent b5862760
Branches
Tags
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<td><?=$this->escapeHtml($this->dateTime()->convertToDisplayDateAndTime("U", $info->getStartTime()))?></td> <td><?=$this->escapeHtml($this->dateTime()->convertToDisplayDateAndTime("U", $info->getStartTime()))?></td>
<td> <td>
<?=$this->historylabel($info->getParams()->getSearchClassId())?> <?=$this->historylabel($info->getParams()->getSearchClassId())?>
<a href="<?=$this->url($info->getOptions()->getSearchAction()) . $info->getUrlQuery()->getParams()?>"><?php <a href="<?=$this->url($info->getOptions()->getSearchAction()) . $info->getUrlQuery()->getParams()?>" data-lightbox-ignore><?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