From 4b35d1ad7436ac2b937b86747012be97239f7ad5 Mon Sep 17 00:00:00 2001
From: Dorian Merz <merz@ub.uni-leipzig.de>
Date: Wed, 11 Dec 2019 11:59:38 +0100
Subject: [PATCH] refs #16555 [fid_bbi] removes "Published In" from result-list
 entry

---
 .../RecordDriver/DefaultRecord/result-list.phtml    | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/themes/fid_bbi/templates/RecordDriver/DefaultRecord/result-list.phtml b/themes/fid_bbi/templates/RecordDriver/DefaultRecord/result-list.phtml
index 76e83269d5c..4f2f10f03d6 100644
--- a/themes/fid_bbi/templates/RecordDriver/DefaultRecord/result-list.phtml
+++ b/themes/fid_bbi/templates/RecordDriver/DefaultRecord/result-list.phtml
@@ -58,19 +58,8 @@ if ($cover):
           /* finc-specific from here, #8639, #7345 - CK */
           /* finc-specific: nxt line #8639 - CK */ ?>
           <?php
-            $journalTitle = $this->driver->getContainerTitle();
             $summDate = $this->driver->getPublishDateSort();
-            ?>
-          <?php if (!empty($journalTitle)): ?>
-            <?=!empty($summAuthor) ? '<br />' : ''?>
-            <?=$this->transEsc('Published in')?>
-            <?php $containerSource = $this->driver->getSourceIdentifier(); ?>
-            <?php $containerID = $this->driver->getContainerRecordID(); ?>
-            <?php /* TODO: handle highlighting more elegantly here: */ ?>
-            <a href="<?=($containerID ? $this->recordLink()->getUrl("$containerSource|$containerID") : $this->record($this->driver)->getLink('title', str_replace(['{{{{START_HILITE}}}}', '{{{{END_HILITE}}}}'], '', $journalTitle)))?>"><?=$this->highlight($journalTitle) ?></a>
-            <?php /* finc-specific: nxt line #8639 - CK */ ?>
-            <?=!empty($summDate) ? ' (' . $this->escapeHtml($summDate) . ')' : ''?>
-          <?php elseif (!empty($summDate)): ?>
+            if (!empty($summDate)): ?>
             <?=!empty($summAuthor) ? '<br />' : ''?>
           <?php endif; ?>
           <?php $summInCollection = $this->driver->getContainingCollections();
-- 
GitLab