diff --git a/themes/finc/templates/RecordDriver/DefaultRecord/core.phtml b/themes/finc/templates/RecordDriver/DefaultRecord/core.phtml index 2e2cb843e9b726d15f3697186489e08395135865..07e44debd68532c9295692cbd48c9d1d30feccf2 100644 --- a/themes/finc/templates/RecordDriver/DefaultRecord/core.phtml +++ b/themes/finc/templates/RecordDriver/DefaultRecord/core.phtml @@ -13,10 +13,7 @@ <?php /* Display thumbnail if appropriate: */ ?> <?php if ($cover): ?> <?=$cover?> - <?php /* BOF - finc-specific StyleBasedIcons */ ?> - <?php elseif ($this->record($this->driver)->showStyleBasedIcons()): ?> - <?=$this->record($this->driver)->getFormatIcon()?> - <?php /* EOF - finc-specific StyleBasedIcons */ ?> + <?php /* if cover or qrcode or preview not set you can not finc-specific StyleBasedIcons, false position - GG */ ?> <?php endif; ?> <?php /* Display qrcode if appropriate: */ ?> @@ -36,6 +33,10 @@ </div> <?php endif; ?> </div> + <?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()): ?> + <?=$this->record($this->driver)->getRecordIcon()?> + <?php /* EOF - finc-specific StyleBasedIcons */ ?> <?php endif; ?> <div class="media-body"> diff --git a/themes/finc/templates/RecordDriver/SolrAI/core.phtml b/themes/finc/templates/RecordDriver/SolrAI/core.phtml index e545a6a49cf8716793663f70db97decd77fb5132..87fbf8f75b82a5e3591317fcfbc4f68da157936d 100644 --- a/themes/finc/templates/RecordDriver/SolrAI/core.phtml +++ b/themes/finc/templates/RecordDriver/SolrAI/core.phtml @@ -14,10 +14,7 @@ <?php /* Display thumbnail if appropriate: */ ?> <?php if($cover): ?> <?=$cover?> - <?php /* BOF - finc-specific StyleBasedIcons */ ?> - <?php elseif ($this->record($this->driver)->showStyleBasedIcons()): ?> - <?=$this->record($this->driver)->getFormatIcon()?> - <?php /* EOF - finc-specific StyleBasedIcons */ ?> + <?php /* if cover or qrcode or preview not set you can not finc-specific StyleBasedIcons, false position - GG */ ?> <?php endif; ?> <?php /* Display qrcode if appropriate: */ ?> @@ -37,7 +34,11 @@ </div> <?php endif; ?> </div> - <?php endif; ?> + <?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()): ?> + <?=$this->record($this->driver)->getRecordIcon()?> + <?php /* EOF - finc-specific StyleBasedIcons */ ?> + <?php endif; ?> <div class="media-body"> <?php /* finc: We want to get rid of trailing special chars in the title and limit its length to 100 chars; diff --git a/themes/finc/templates/RecordDriver/SolrMarc/core.phtml b/themes/finc/templates/RecordDriver/SolrMarc/core.phtml index c3fec0f6a70c645ce6de01d1e870b98882bc683c..9f00b34240e40e45b24f681f97a0ee2ab9c3cbbb 100644 --- a/themes/finc/templates/RecordDriver/SolrMarc/core.phtml +++ b/themes/finc/templates/RecordDriver/SolrMarc/core.phtml @@ -14,10 +14,7 @@ <?php /* Display thumbnail if appropriate: */ ?> <?php if($cover): ?> <?=$cover?> - <?php /* BOF - finc-specific StyleBasedIcons */ ?> - <?php elseif ($this->record($this->driver)->showStyleBasedIcons()): ?> - <?=$this->record($this->driver)->getFormatIcon()?> - <?php /* EOF - finc-specific StyleBasedIcons */ ?> + <?php /* if cover or qrcode or preview not set you can not finc-specific StyleBasedIcons, false position - GG */ ?> <?php endif; ?> <?php /* Display qrcode if appropriate: */ ?> @@ -37,6 +34,12 @@ </div> <?php endif; ?> </div> + <?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()): ?> + <?php /* BOF - finc-specific StyleBasedIcons */ ?> + <div class="media-left <?=$this->escapeHtmlAttr($coverDetails['size'])?> img-col"> + <?=$this->record($this->driver)->getRecordIcon()?> + </div> <?php endif; ?> <div class="media-body">