From 7047282b2370e9e0cc0813ed267685374dace76e Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Tue, 15 Mar 2016 14:46:29 -0400
Subject: [PATCH] Added missing flash message display.

---
 themes/bootstrap3/templates/search/history.phtml   | 1 +
 themes/jquerymobile/templates/search/history.phtml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/themes/bootstrap3/templates/search/history.phtml b/themes/bootstrap3/templates/search/history.phtml
index 39f4e36a209..ae765b1f04c 100644
--- a/themes/bootstrap3/templates/search/history.phtml
+++ b/themes/bootstrap3/templates/search/history.phtml
@@ -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));?>
diff --git a/themes/jquerymobile/templates/search/history.phtml b/themes/jquerymobile/templates/search/history.phtml
index 66d3f206bbb..73c5bd52f51 100644
--- a/themes/jquerymobile/templates/search/history.phtml
+++ b/themes/jquerymobile/templates/search/history.phtml
@@ -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">
-- 
GitLab