Skip to content
Snippets Groups Projects
Commit 2e730661 authored by Gregor Gawol's avatar Gregor Gawol Committed by Dorian Merz
Browse files

refs #16924 [fid_adlr] display branding text collection UBL-FID-EBC

parent 3cb00221
No related merge requests found
......@@ -11,6 +11,7 @@ Branding SID51 = Neuerscheinung
Branding SID76 = E-Books für adlr.link
Branding SID78 = IZI-Datenbank.de
Branding SID103 = Margaret Herrick Bibliothek
Branding collection-UBL-FID-EBC = E-Books für adlr.link
Branding Title From = Titel aus
Branding Verbundkatalog Film = Verbundkatalog Film
......
......@@ -8,9 +8,10 @@ offcanvas-toggler-myresearch = "Show profile options"
Branding Facet Free = Open Access
Branding SID48 = GENIOS Wiso Database
Branding SID51 = New Release
Branding SID76 = ebook for adlr.link
Branding SID76 = E-books for adlr.link
Branding SID78 = IZI Database
Branding SID103 = Margaret Herrick Library
Branding collection-UBL-FID-EBC = E-books for adlr.link
Branding Title From = title from
Branding Verbundkatalog Film = Verbundkatalog Film
......
......@@ -456,7 +456,7 @@ a {
display: inline-block;
}
&.SID76 {
&.SID76, &.collection-UBL-FID-EBC {
// #16177 adapt the path to get the "adlr ebooks" logo
// FIXME set correct logo
background: $midnight-light;
......
......@@ -154,8 +154,14 @@ $i = 0;
</span>
<?php /* Labels - fid-adlr-specific - Rl */ ?>
<span class="left">
<?php $sourceID = $this->driver->getSourceID(); ?>
<span class="branding label SID<?= ($sourceID) ?>" title="<?= $this->transEsc("Branding Title From")?> <?= $this->transEsc("Branding SID$sourceID") ?>"><?= $this->transEsc("Branding SID$sourceID") ?></span>
<?php $sourceID = $this->driver->getSourceID();
$collections = $this->driver->getCollection();?>
<span class="branding label SID<?= ($sourceID) ?> <?php foreach ($collections as $collection): ?> collection-<?=$collection?><?php endforeach; ?>" title="<?= $this->transEsc("Branding Title From")?> <?= $this->transEsc("Branding SID$sourceID") ?>">
<?=$this->transEsc("Branding SID$sourceID", [], "")?>
<?php foreach ($collections as $collection): ?>
<?=$this->transEsc("Branding collection-$collection", [], "")?>
<?php endforeach; ?>
</span>
</span>
<span class="left">
<?php foreach ($this->driver->getFacetAvail() as $currentFacet): ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment