diff --git a/themes/bootstrap/templates/RecordDriver/SolrDefault/core.phtml b/themes/bootstrap/templates/RecordDriver/SolrDefault/core.phtml index 31192684940f7fa4205adcaf564908856af021a4..b34c876abb55c70392316ffeae0b869a9b281c32 100644 --- a/themes/bootstrap/templates/RecordDriver/SolrDefault/core.phtml +++ b/themes/bootstrap/templates/RecordDriver/SolrDefault/core.phtml @@ -29,17 +29,17 @@ <? $summary = $this->driver->getSummary(); $summary = isset($summary[0]) ? $summary[0] : false; ?> <? if ($summary): ?> <p><?=$this->truncate($summary, 300)?></p> - - <? /* Display the lists that this record is saved to */ ?> - <div class="savedLists hide alert alert-info" id="savedLists"> - <strong><?=$this->transEsc("Saved in")?>:</strong> - </div> <? if(strlen($summary) > 300): ?> <p><a href='<?=$this->recordLink()->getTabUrl($this->driver, 'Description')?>#tabnav'><?=$this->transEsc('Full description')?></a></p> <? endif; ?> <? endif; ?> + <? /* Display the lists that this record is saved to */ ?> + <div class="savedLists hide alert alert-info" id="savedLists"> + <strong><?=$this->transEsc("Saved in")?>:</strong> + </div> + <?/* Display Main Details */?> <table class="table table-striped" summary="<?=$this->transEsc('Bibliographic Details')?>"> <? $journalTitle = $this->driver->getContainerTitle(); if (!empty($journalTitle)): ?>