Skip to content
Snippets Groups Projects
Commit eace4a7b authored by Demian Katz's avatar Demian Katz Committed by André Lahmann
Browse files

Added missing flash message display.

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