diff --git a/themes/finc/templates/RecordDriver/SolrAI/core.phtml b/themes/finc/templates/RecordDriver/SolrAI/core.phtml index 28c1d89cef01e346e03a62d34ccb7e94c221c0a6..6865fd500a9614d977cdf9e291e5aad2c6106d24 100644 --- a/themes/finc/templates/RecordDriver/SolrAI/core.phtml +++ b/themes/finc/templates/RecordDriver/SolrAI/core.phtml @@ -8,8 +8,7 @@ $preview = $this->record($this->driver)->getPreviews(); ?> <? if ($QRCode || $cover || $preview): ?> - <div class="col-sm-3 img-col"> - <div class="gutter-l"> + <div class="media-left <?=$this->escapeHtmlAttr($coverDetails['size'])?> img-col"> <? /* Display thumbnail if appropriate: */ ?> <? if($cover): ?> <?=$cover?> @@ -25,7 +24,6 @@ <br/><img alt="<?=$this->transEsc('QR Code')?>" class="qrcode" src="<?=$this->escapeHtmlAttr($QRCode);?>"/> </span> <? endif; ?> - </div> <? // if you have a preview tab but want to move or remove the preview link // from this area of the record view, this can be split into @@ -37,11 +35,10 @@ </div> <? endif; ?> </div> - - <div class="col-sm-9 info-col"> - <? else: ?> - <div class="col-sm-12"> <? endif; ?> + <div class="media-body"> + + <? /* finc: We want to get rid of trailing special chars in the title and limit its length to 100 chars */ ?> <h3 property="name"><?=$this->escapeHtml(preg_replace('/(\s[\/\.:]\s*)*$/', '', $this->truncate($this->driver->getShortTitle() . ' ' . $this->driver->getSubtitle() . ' ' . $this->driver->getTitleSection(), 100)))?></h3> <? $summary = $this->driver->getSummary(); $summary = isset($summary[0]) ? $this->escapeHtml($summary[0]) : false; ?> @@ -55,7 +52,7 @@ <? if ($this->userlist()->getMode() !== 'disabled'): ?> <? /* Display the lists that this record is saved to */ ?> - <div class="savedLists"> + <div class="savedLists hidden alert alert-info"> <strong><?=$this->transEsc("Saved in")?>:</strong> </div> <? endif; ?> diff --git a/themes/finc/templates/RecordDriver/SolrLido/core.phtml b/themes/finc/templates/RecordDriver/SolrLido/core.phtml index 849e57b11047938aee10496479cdb95584429095..99959d322999ee4fac554a73081f5357655a2d97 100644 --- a/themes/finc/templates/RecordDriver/SolrLido/core.phtml +++ b/themes/finc/templates/RecordDriver/SolrLido/core.phtml @@ -13,8 +13,7 @@ $preview = $this->record($this->driver)->getPreviews(); ?> <? if ($QRCode || $cover || $preview): ?> - <div class="col-sm-3 img-col"> - <div class="gutter-l"> + <div class="media-left <?=$this->escapeHtmlAttr($coverDetails['size'])?> img-col"> <? /* Display thumbnail if appropriate: */ ?> <? if($cover): ?> <?=$cover?> @@ -26,21 +25,19 @@ <br/><img alt="<?=$this->transEsc('QR Code')?>" class="qrcode" src="<?=$this->escapeHtmlAttr($QRCode);?>"/> </span> <? endif; ?> - </div> <? // if you have a preview tab but want to move or remove the preview link // from this area of the record view, this can be split into // getPreviewData() (should stay here) and // getPreviewLink() (can go in your desired tab) ?> <? if ($preview): ?> + <div class="record-previews"> <?=$preview?> + </div> <? endif; ?> </div> - - <div class="col-sm-9 info-col"> - <? else: ?> - <div class="col-sm-12"> <? endif; ?> + <div class="media-body"> <? /* For all finc-records; We want to get rid of trailing special chars in the title and limit its length to 100 chars */ ?> <h3 property="name"><?=$this->escapeHtml(preg_replace('/(\s[\/\.:]\s*)*$/', '', $this->truncate($this->driver->getShortTitle() . ' ' . $this->driver->getSubtitle() . ' ' . $this->driver->getTitleSection(), 100)))?></h3> @@ -56,7 +53,7 @@ <? if ($this->userlist()->getMode() !== 'disabled'): ?> <? /* Display the lists that this record is saved to */ ?> - <div class="savedLists"> + <div class="savedLists hidden alert alert-info"> <strong><?=$this->transEsc("Saved in")?>:</strong> </div> <? endif; ?> diff --git a/themes/finc/templates/RecordDriver/SolrMarc/core.phtml b/themes/finc/templates/RecordDriver/SolrMarc/core.phtml index f163eb1e15cc3afa959efce2d7b5ed248013cf1c..b48b3080ef93337e174a19784c5245e7d1b09dbb 100644 --- a/themes/finc/templates/RecordDriver/SolrMarc/core.phtml +++ b/themes/finc/templates/RecordDriver/SolrMarc/core.phtml @@ -7,8 +7,7 @@ $preview = $this->record($this->driver)->getPreviews(); ?> <? if ($QRCode || $cover || $preview): ?> - <div class="col-sm-3 img-col"> - <div class="gutter-l"> + <div class="media-left <?=$this->escapeHtmlAttr($coverDetails['size'])?> img-col"> <? /* Display thumbnail if appropriate: */ ?> <? if($cover): ?> <?=$cover?> @@ -24,7 +23,6 @@ <br/><img alt="<?=$this->transEsc('QR Code')?>" class="qrcode" src="<?=$this->escapeHtmlAttr($QRCode);?>"/> </span> <? endif; ?> - </div> <? // if you have a preview tab but want to move or remove the preview link // from this area of the record view, this can be split into @@ -36,11 +34,10 @@ </div> <? endif; ?> </div> - - <div class="col-sm-9 info-col"> - <? else: ?> - <div class="col-sm-12"> <? endif; ?> + <div class="media-body"> + + <? /* finc: We want to get rid of trailing special chars in the title and limit its length to 100 chars */ ?> <h3 property="name"><?=$this->escapeHtml(preg_replace('/(\s[\/\.:]\s*)*$/', '', $this->truncate($this->driver->getShortTitle() . ' ' . $this->driver->getSubtitle() . ' ' . $this->driver->getTitleSection(), 100)))?></h3> <? $summary = $this->driver->getSummary(); $summary = isset($summary[0]) ? $this->escapeHtml($summary[0]) : false; ?> @@ -54,7 +51,7 @@ <? if ($this->userlist()->getMode() !== 'disabled'): ?> <? /* Display the lists that this record is saved to */ ?> - <div class="savedLists"> + <div class="savedLists hidden alert alert-info"> <strong><?=$this->transEsc("Saved in")?>:</strong> </div> <? endif; ?>