better pagerer #1460
This commit is contained in:
parent
d6c9960636
commit
fdd26c3c69
@ -11,40 +11,31 @@ panes:
|
||||
style: none
|
||||
config: { }
|
||||
center:
|
||||
style: mini
|
||||
style: basic
|
||||
config:
|
||||
display_mode: widget
|
||||
display: pages
|
||||
display_restriction: 2
|
||||
prefix_display: true
|
||||
suffix_display: true
|
||||
first_link: always
|
||||
previous_link: always
|
||||
next_link: always
|
||||
last_link: always
|
||||
widget_resize: true
|
||||
widget_button: auto
|
||||
first_link: not_on_first
|
||||
previous_link: not_on_first
|
||||
next_link: not_on_last
|
||||
last_link: not_on_last
|
||||
tags:
|
||||
pages:
|
||||
prefix_label: Programmes
|
||||
suffix_label: 'of @total'
|
||||
page_current: '@number'
|
||||
prefix_label: 'Page <b>@number</b> / @total'
|
||||
first: «
|
||||
previous: ‹
|
||||
next: ›
|
||||
last: »
|
||||
pageset_empty: 'No pages to display.'
|
||||
page_current_title: 'Page courante'
|
||||
first_title: 'Aller à la première page'
|
||||
previous_title: 'Aller à la page précédente'
|
||||
next_title: 'Aller à la page suivante'
|
||||
last_title: 'Aller à la dernière page'
|
||||
page_current_reader: 'Page courante'
|
||||
first_reader: 'Première page'
|
||||
previous_reader: 'Page précédente'
|
||||
next_reader: 'Page suivante'
|
||||
last_reader: 'Dernière page'
|
||||
widget_title: 'Enter page, then press Return.'
|
||||
right:
|
||||
style: none
|
||||
config: { }
|
||||
|
@ -21,6 +21,7 @@ dependencies:
|
||||
- better_exposed_filters
|
||||
- image
|
||||
- node
|
||||
- pagerer
|
||||
- taxonomy
|
||||
- text
|
||||
- user
|
||||
@ -84,22 +85,20 @@ display:
|
||||
options_show_only_used: false
|
||||
options_show_only_used_filtered: false
|
||||
pager:
|
||||
type: mini
|
||||
type: pagerer
|
||||
options:
|
||||
preset: default
|
||||
items_per_page: 25
|
||||
offset: 0
|
||||
id: 0
|
||||
total_pages: null
|
||||
tags:
|
||||
previous: ‹‹
|
||||
next: ››
|
||||
id: '0'
|
||||
total_pages: ''
|
||||
expose:
|
||||
items_per_page: true
|
||||
items_per_page: 1
|
||||
items_per_page_label: 'Items per page'
|
||||
items_per_page_options: '5, 10, 25, 50'
|
||||
items_per_page_options_all: true
|
||||
items_per_page_options_all: 1
|
||||
items_per_page_options_all_label: '- All -'
|
||||
offset: false
|
||||
offset: 0
|
||||
offset_label: Offset
|
||||
style:
|
||||
type: grid
|
||||
|
Loading…
x
Reference in New Issue
Block a user