headTitle($this->translate('Search History')); // Hide the account breadcrumb when login is disabled: $account = $this->auth()->getManager(); $parentBreadcrumb = is_object($account) && $account->loginEnabled() ? '
  • ' . $this->transEsc('Your Account') . '
  • ' : ''; // Set up breadcrumbs: $this->layout()->breadcrumbs = $parentBreadcrumb . '
  • ' . $this->transEsc('Search History') . '
  • '; $saveSupported = $this->accountCapabilities()->getSavedSearchSetting() === 'enabled'; $loggedInUser = $this->auth()->getUserObject(); ?> component('show-account-menu-button')?>
    alertemail)): ?>
    transEsc('alert_email_address') . ': ' . $this->escapeHtml($this->alertemail) ?> auth()->getManager()->supportsEmailChange()): ?> (transEsc('edit');?>)
    schedule) && $loggedInUser): ?>
    transEsc('no_email_address') . ' ';?>transEsc('check_profile');?>
    flashmessages()?>

    transEsc('history_saved_searches')?>

    saved)): ?> context()->renderInContext('search/history-table.phtml', ['showSaved' => true]);?> transEsc('history_no_saved_searches') : $this->translate('history_login_html', ['%%url%%' => '?require_login']) ?>

    transEsc('history_recent_searches')?>

    unsaved)): ?> context()->renderInContext('search/history-table.phtml', ['showSaved' => false]);?> icon('search-delete', 'icon-link__icon') ?> transEsc('history_purge')?> transEsc('history_no_searches')?>
    transEsc('schedule_explanation'); $script = << inlineScript(\Laminas\View\Helper\HeadScript::SCRIPT, $script, 'SET') ?>