Skip to content

Commit

Permalink
RDS: vufind-org#745 style class for 0-Hit messages (searchresults, fa…
Browse files Browse the repository at this point in the history
…vorites)
  • Loading branch information
mbeh-ub committed Dec 16, 2016
1 parent b923f23 commit d155016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion themes/freiburg/templates/search/results.phtml
Expand Up @@ -105,7 +105,7 @@
<? /* End Listing Options */ ?>

<? if ($recordTotal < 1): ?>
<p class = "alert alert-info rdsNoHit">
<p class = "rdsNoHit">
<? if (isset($this->overrideEmptyMessage)): ?>
<?=$this->overrideEmptyMessage?>
<? else: ?>
Expand Down
2 changes: 1 addition & 1 deletion themes/rds/templates/myresearch/mylist.phtml
Expand Up @@ -107,7 +107,7 @@
<? endforeach; */ ?>
<?=$this->paginationControl($this->results->getPaginator()->setPageRange(2), 'Sliding', 'search/pagination.phtml', array('results' => $this->results))?>
<? else: ?>
<p><?=$this->transEsc('You do not have any saved resources')?></p>
<p class="rdsNoHit"><?=$this->transEsc('You do not have any saved resources')?></p>
<? endif; ?>
</div>

Expand Down

0 comments on commit d155016

Please sign in to comment.