Skip to content

Commit

Permalink
Fix duplicate pagination. #199
Browse files Browse the repository at this point in the history
  • Loading branch information
wsalesky committed Sep 8, 2024
1 parent 10c8bbf commit e8dde24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cbss/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ <h1>Advanced Search</h1>
<div data-template="search:search-data" data-template-collection="bibl" id="search-results-panel">
<div class="padding-top">
<br/>
<div data-template="app:pageination" data-template-collection="bibl" data-template-search-string="yes" data-template-sort-options="author,pubDate,pubPlace"/>
<div data-template="search:show-hits" data-template-collection="bibl"/>
<!-- <div data-template="app:pageination" data-template-collection="bibl" data-template-search-string="yes" data-template-sort-options="author,pubDate,pubPlace"/>-->
<div data-template="search:show-hits" data-template-collection="bibl" data-template-sort-options="author,pubDate,pubPlace"/>
<div class="page-bottom">
<div data-template="app:pageination" data-template-collection="bibl"/>
<!-- <div data-template="app:pageination" data-template-collection="bibl"/>-->
</div>
<!--
<div class="row">
Expand Down

0 comments on commit e8dde24

Please sign in to comment.