$saveSupported = $this->accountCapabilities()->getSavedSearchSetting() === 'enabled'; ?>
| =$this->transEsc("history_time")?> | =$this->transEsc("history_search")?> | =$this->transEsc("history_limits")?> | =$this->transEsc("history_results")?> | if ($saveSupported): ?>=$this->transEsc($this->showSaved ? "history_delete" : "history_save")?> | endif; ?>
|---|---|---|---|---|
| =$this->escapeHtml(date('d.m.y H:m', $info->getStartTime()))?> | =$this->historylabel($info->getParams()->getSearchClassId())?> $desc = $info->getParams()->getDisplayQuery(); echo empty($desc) ? $this->transEsc("history_empty_search") : $this->escapeHtml($desc); ?> |
$info->getParams()->activateAllFacets(); foreach ($info->getParams()->getFilterList(true) as $field => $filters): ?>
foreach ($filters as $i => $filter): ?>
if ($filter['operator'] == 'NOT') echo $this->transEsc('NOT') . ' '; if ($filter['operator'] == 'OR' && $i > 0) echo $this->transEsc('OR') . ' '; ?>
=$this->transEsc($field)?>: =$this->escapeHtml($filter['displayText'])?> endforeach; ?> endforeach; ?> foreach($info->getParams()->getCheckboxFacets() as $facet): ?> if ($facet['selected']): ?> =$this->transEsc($facet['desc'])?> endif; ?> endforeach; ?> |
=$this->escapeHtml($this->localizedNumber($info->getResultTotal()))?> | if ($saveSupported): ?>if ($this->showSaved): ?> =$this->transEsc("history_delete_link")?> else: ?> =$this->transEsc("history_save_link")?> endif; ?> | endif; ?>