|
Lines 480-486
Link Here
|
| 480 |
</div><!-- / .searchresults --> |
480 |
</div><!-- / .searchresults --> |
| 481 |
|
481 |
|
| 482 |
[% IF ( pagination_bar ) %] |
482 |
[% IF ( pagination_bar ) %] |
| 483 |
<div class="pages">[% pagination_bar %]</div> |
483 |
<div class="pages">[% pagination_bar.raw %]</div> |
| 484 |
[% END %] |
484 |
[% END %] |
| 485 |
|
485 |
|
| 486 |
[% ELSE %] |
486 |
[% ELSE %] |
|
Lines 682-688
Link Here
|
| 682 |
[% END # / FOREACH shelveslooppri %] |
682 |
[% END # / FOREACH shelveslooppri %] |
| 683 |
</tbody> |
683 |
</tbody> |
| 684 |
</table> |
684 |
</table> |
| 685 |
<div class="pages">[% pagination_bar %]</div> |
685 |
<div class="pages">[% pagination_bar.raw %]</div> |
| 686 |
[% ELSE %] |
686 |
[% ELSE %] |
| 687 |
<p>No private lists.</p> |
687 |
<p>No private lists.</p> |
| 688 |
[% END # / IF shelveslooppriv %] |
688 |
[% END # / IF shelveslooppriv %] |
|
Lines 746-752
Link Here
|
| 746 |
[% END # / FOREACH shelvesloop %] |
746 |
[% END # / FOREACH shelvesloop %] |
| 747 |
</tbody> |
747 |
</tbody> |
| 748 |
</table> |
748 |
</table> |
| 749 |
[% IF ( pagination_bar ) %]<div class="pages">[% pagination_bar %]</div>[% END %] |
749 |
[% IF ( pagination_bar ) %]<div class="pages">[% pagination_bar.raw %]</div>[% END %] |
| 750 |
[% ELSE %] |
750 |
[% ELSE %] |
| 751 |
[% IF ( showpublicshelves ) %]<p>No public lists.</p>[% END %] |
751 |
[% IF ( showpublicshelves ) %]<p>No public lists.</p>[% END %] |
| 752 |
[% END # / IF shelvesloop %] |
752 |
[% END # / IF shelvesloop %] |
| 753 |
- |
|
|