Skip to content
Snippets Groups Projects
Commit 7047282b authored by Demian Katz's avatar Demian Katz
Browse files

Added missing flash message display.

parent b02113cf
No related merge requests found
......@@ -11,6 +11,7 @@
<div class="row">
<div class="<?=$this->layoutClass('mainbody')?>">
<?=$this->flashmessages()?>
<? if ($saveSupported && !empty($this->saved)): ?>
<h2><?=$this->transEsc("history_saved_searches")?></h2>
<?=$this->context()->renderInContext('search/history-table.phtml', array('showSaved' => true));?>
......
......@@ -10,6 +10,7 @@
<div data-role="page" id="Search-history">
<?=$this->mobileMenu()->header()?>
<div data-role="content">
<?=$this->flashmessages()?>
<? if (!empty($this->saved) || !empty($this->unsaved)): ?>
<? if (!empty($this->saved)): ?>
<ul class="results history" data-role="listview" data-dividertheme="e" data-split-icon="minus" data-split-theme="c" data-inset="true">
......
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