From 7e2ea1275263e3f1eeabd978d66c0b1f0192e86e Mon Sep 17 00:00:00 2001
From: "kazzer@ub.uni-leipzig.de" <kazzer@ub.uni-leipzig.de>
Date: Tue, 11 Aug 2020 16:06:25 +0200
Subject: [PATCH] refs #18073 [FINC, VF5.1] re-instates cancel button in fav
 delete dialog

* re-instates cancel button that was missing since issue 17711
---
 .../templates/RecordDriver/DefaultRecord/list-entry.phtml     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/finc/templates/RecordDriver/DefaultRecord/list-entry.phtml b/themes/finc/templates/RecordDriver/DefaultRecord/list-entry.phtml
index d0d8326caae..f0bbc18324d 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>
 
-- 
GitLab