From ffdca30d2901bb5299bdc7ad7ef8f8ebeaf1da8e Mon Sep 17 00:00:00 2001
From: Gregor Gawol <gawol@ub.uni-leipzig.de>
Date: Wed, 4 Aug 2021 10:30:21 +0200
Subject: [PATCH] refs #20329 [fid_adlr] remove label text under list-entry
 icon * favorites list

---
 .../templates/RecordDriver/DefaultRecord/list-entry.phtml       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/fid_adlr/templates/RecordDriver/DefaultRecord/list-entry.phtml b/themes/fid_adlr/templates/RecordDriver/DefaultRecord/list-entry.phtml
index b441fef3bab..c0bcb121fdd 100644
--- a/themes/fid_adlr/templates/RecordDriver/DefaultRecord/list-entry.phtml
+++ b/themes/fid_adlr/templates/RecordDriver/DefaultRecord/list-entry.phtml
@@ -30,7 +30,7 @@ if ($cover):
 <?php elseif ($this->record($this->driver)->showStyleBasedIcons()): ?>
     <?php ob_start(); ?>
   <div class="media-<?=$thumbnailAlignment?> record-icon">
-      <?=$this->record($this->driver)->getRecordIcon()?>
+      <?=$this->record($this->driver)->getRecordIcon('record-icon', false)?>
   </div>
     <?php $thumbnail = ob_get_contents(); ?>
     <?php ob_end_clean(); ?>
-- 
GitLab