Mercurial > libervia-templates
comparison sat_templates/templates/bulma/list/view_generic.html @ 332:3db3509cbad1
bulma: fix items/pagination ordering in various places following ordering fix in Libervia/SàT Pubsub
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 06 Jun 2021 19:53:56 +0200 |
parents | 27511c821481 |
children |
comparison
equal
deleted
inserted
replaced
331:0c9f8bd0fc20 | 332:3db3509cbad1 |
---|---|
1 <div id="list" class="container has-background-white px-1 py-1"> | 1 <div id="list" class="container has-background-white px-1 py-1"> |
2 {{ xmlui.generate_list( | 2 {{ xmlui.generate_list( |
3 list_items, | 3 list_items|reverse, |
4 ( | 4 ( |
5 ('title', _('Title')), | 5 ('title', _('Title')), |
6 ('labels', _('Labels')), | 6 ('labels', _('Labels')), |
7 ('id', _('Id')), | 7 ('id', _('Id')), |
8 ('author', _('Author')), | 8 ('author', _('Author')), |