Skip to content
Snippets Groups Projects
Commit fd9a8bf2 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Minor favorites display glitch in Bootstrap.

parent 3ffd175e
No related merge requests found
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<? if (!empty($list->description)): ?> <? if (!empty($list->description)): ?>
<p><?=$this->escapeHtml($list->description)?></p><hr /> <p><?=$this->escapeHtml($list->description)?></p><hr />
<? endif; ?> <? endif; ?>
<? else: ?> <? elseif ($recordTotal > 0): ?>
<div class="pull-right"> <div class="pull-right">
<?=$this->transEsc("Showing")?> <?=$this->transEsc("Showing")?>
<strong><?=$this->escapeHtml($this->results->getStartRecord())?></strong> - <strong><?=$this->escapeHtml($this->results->getEndRecord())?></strong> <strong><?=$this->escapeHtml($this->results->getStartRecord())?></strong> - <strong><?=$this->escapeHtml($this->results->getEndRecord())?></strong>
......
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