Mercurial > libervia-templates
comparison sat_templates/templates/bulma/input/navigation.html @ 232:741dae9b0612
(bulma) pagination: fixed label for pagination-next
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 19 May 2020 18:40:02 +0200 |
parents | 0e69b5843c2f |
children | 3db3509cbad1 |
comparison
equal
deleted
inserted
replaced
231:aa37750c2617 | 232:741dae9b0612 |
---|---|
7 <a class="pagination-previous pagination-disabled has-background-white has-text-grey-light has-hover-white-light">{{prev_label}}</a> | 7 <a class="pagination-previous pagination-disabled has-background-white has-text-grey-light has-hover-white-light">{{prev_label}}</a> |
8 {% endif %} | 8 {% endif %} |
9 {% if next_page_url is defined %} | 9 {% if next_page_url is defined %} |
10 <a href="{{next_page_url}}" class="pagination-next has-background-white">{{next_label}}</a> | 10 <a href="{{next_page_url}}" class="pagination-next has-background-white">{{next_label}}</a> |
11 {% else %} | 11 {% else %} |
12 <a class="pagination-next pagination-disabled has-background-white has-text-grey-light has-hover-white-light">{{prev_label}}</a> | 12 <a class="pagination-next pagination-disabled has-background-white has-text-grey-light has-hover-white-light">{{next_label}}</a> |
13 {% endif %} | 13 {% endif %} |
14 </nav> | 14 </nav> |
15 </section> | 15 </section> |
16 {% endmacro %} | 16 {% endmacro %} |