diff --git a/themes/finc/templates/RecordDriver/DefaultRecord/list-entry.phtml b/themes/finc/templates/RecordDriver/DefaultRecord/list-entry.phtml
index d0d8326caaef4bbc5d495c3e14216d16edcce82e..f0bbc18324d27c90f7d0554fd1a24a60a4bbd609 100644
--- a/themes/finc/templates/RecordDriver/DefaultRecord/list-entry.phtml
+++ b/themes/finc/templates/RecordDriver/DefaultRecord/list-entry.phtml
@@ -178,8 +178,7 @@ if ($cover):
             }
             if (!$this->driver->isCollection()):
               foreach ($urls as $current): ?>
-                <a href="<?=$this->escapeHtmlAttr($this->proxyUrl($current['url']))?>" class="fulltext" target="new"><i class="fa fa-external-link"
-                                                                                                                        aria-hidden="true"></i> <?=($current['url'] == $current['desc']) ? $this->transEsc('Get full text') : $this->escapeHtml($current['desc'])?>
+                <a href="<?=$this->escapeHtmlAttr($this->proxyUrl($current['url']))?>" class="fulltext" target="new"><i class="fa fa-external-link" aria-hidden="true"></i> <?=($current['url'] == $current['desc']) ? $this->transEsc('Get full text') : $this->escapeHtml($current['desc'])?>
                 </a>
               <?php endforeach; ?>
             <?php endif; ?>
@@ -247,6 +246,7 @@ if ($cover):
                   <?= $this->transEsc('confirm_dialog_yes') ?>
                 </a>
               </li>
+              <li><a href="#"><?= $this->transEsc('confirm_dialog_no') ?></a></li>
             </ul>
           </div>
 
diff --git a/themes/finc/templates/myresearch/mylist.phtml b/themes/finc/templates/myresearch/mylist.phtml
index 96137debf508625da4aa17a7d91e3aa85976e2a8..03e2f86889e32d9302a1ee2c3b08dd74a015ba3d 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): ?>