From e84da8ee822eee5ddd09b7fb8bc6f1a83bfdf15c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Lahmann?= <lahmann@ub.uni-leipzig.de> Date: Thu, 13 Aug 2020 14:53:54 +0200 Subject: [PATCH] refs #18171 [finc] added missing call of flashmessage in mylist.phtml --- themes/finc/templates/myresearch/mylist.phtml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/finc/templates/myresearch/mylist.phtml b/themes/finc/templates/myresearch/mylist.phtml index 96137debf50..03e2f86889e 100644 --- a/themes/finc/templates/myresearch/mylist.phtml +++ b/themes/finc/templates/myresearch/mylist.phtml @@ -31,6 +31,9 @@ $user = $this->auth()->isLoggedIn(); </a> <div class="<?=$this->layoutClass('mainbody')?>"> <h1><?=$list ? $this->escapeHtml($list->title) : $this->transEsc("Your Favorites")?></h1> + + <?=$this->flashmessages()?> + <nav class="search-header hidden-print"> <div class="search-stats"> <?php if ($recordTotal > 0): ?> -- GitLab