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

refs #20112 [fid_adlr] remove label text

* under result list icon
* fixed in detailview too
parent 3a046cad
No related merge requests found
......@@ -33,7 +33,7 @@
<?php /* if cover or qrcode or preview not set you can not finc-specific StyleBasedIcons, right position - GG */ ?>
<?php elseif ($this->record($this->driver)->showStyleBasedIcons()): ?>
<div class="media-left <?=$this->escapeHtmlAttr($coverDetails['size'])?> img-col">
<?=$this->record($this->driver)->getRecordIcon()?>
<?=$this->record($this->driver)->getRecordIcon('record-icon', false)?>
<?php /* EOF - finc-specific StyleBasedIcons */ ?>
</div>
<?php endif; ?>
......
......@@ -16,7 +16,8 @@ if ($cover):
<?php elseif ($this->record($this->driver)->showStyleBasedIcons()): ?>
<?php ob_start(); ?>
<div class="media-<?=$thumbnailAlignment?> record-icon">
<?=$this->record($this->driver)->getRecordIcon()?>
<?php /* #20112 Remove label text under result list icon - GG */ ?>
<?=$this->record($this->driver)->getRecordIcon('record-icon', false)?>
</div>
<?php $thumbnail = ob_get_contents(); ?>
<?php ob_end_clean(); ?>
......
......@@ -35,7 +35,7 @@
<?php /* if cover or qrcode or preview not set you can not finc-specific StyleBasedIcons, right position - GG */ ?>
<?php elseif ($this->record($this->driver)->showStyleBasedIcons()): ?>
<div class="media-left <?=$this->escapeHtmlAttr($coverDetails['size'])?> img-col">
<?=$this->record($this->driver)->getRecordIcon()?>
<?=$this->record($this->driver)->getRecordIcon('record-icon', false)?>
<?php /* EOF - finc-specific StyleBasedIcons */ ?>
</div>
<?php endif; ?>
......
......@@ -15,7 +15,8 @@ if ($cover):
<?php elseif ($this->record($this->driver)->showStyleBasedIcons()): ?>
<?php ob_start(); ?>
<div class="media-<?=$thumbnailAlignment?> record-icon">
<?=$this->record($this->driver)->getRecordIcon()?>
<?php /* #20112 Remove label text under result list icon - GG */ ?>
<?=$this->record($this->driver)->getRecordIcon('record-icon', false)?>
</div>
<?php $thumbnail = ob_get_contents(); ?>
<?php ob_end_clean(); ?>
......
......@@ -35,7 +35,7 @@
<?php /* if cover or qrcode or preview not set you can not finc-specific StyleBasedIcons, right position - GG */ ?>
<?php elseif ($this->record($this->driver)->showStyleBasedIcons()): ?>
<div class="media-left <?=$this->escapeHtmlAttr($coverDetails['size'])?> img-col">
<?=$this->record($this->driver)->getRecordIcon()?>
<?=$this->record($this->driver)->getRecordIcon('record-icon', false)?>
<?php /* EOF - finc-specific StyleBasedIcons */ ?>
</div>
<?php endif; ?>
......
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