Skip to content

Commit

Permalink
[FIX] wrong class for pagination in solr (Podio bug_45) (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
vhusaruk92 authored and dmh committed Oct 3, 2016
1 parent e594088 commit 7981ec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/templates/pages/content/plugins/solr.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ externalLink: false #just add link (http://link.com) instead of "false" to use t
</select>
</div>
</form>
<div class="search-result-pagination btn-group btn-group-justifiedNEJ" role="group" aria-label="...">
<div class="search-result-pagination btn-group" role="group" aria-label="...">
<a href="" class="btn btn-default disabled" title="First">«</a>
<a href="" class="btn btn-default disabled" title="Previous">‹</a>
<a href="" class="btn btn-default disabled">1</a><a href="" class="btn btn-default">2</a><a href="" class="btn btn-default">3</a>
Expand Down Expand Up @@ -161,7 +161,7 @@ externalLink: false #just add link (http://link.com) instead of "false" to use t
</div>
</li>
</ol>
<div class="btn-group btn-group-justifiedNEJ" role="group" aria-label="...">
<div class="btn-group" role="group" aria-label="...">
<a href="" class="btn btn-default disabled" title="First">«</a>
<a href="" class="btn btn-default disabled" title="Previous">‹</a>
<a href="/content/plugins/solr/?q=content" class="btn btn-default disabled">1</a><a href="/content/plugins/solr/?q=content&amp;tx_solr%5Bpage%5D=1" class="btn btn-default">2</a><a href="/content/plugins/solr/?q=content&amp;tx_solr%5Bpage%5D=2" class="btn btn-default">3</a>
Expand Down

0 comments on commit 7981ec2

Please sign in to comment.