🐛 (base): Correcciones de visualización de Pager
Ajusta el cálculo de la ventana de páginas cerca de los extremos, convierte la elipsis en una celda `.page-link` real (antes texto suelto sin borde/fondo), separa el texto visible del aria-label accesible en los botones anterior/siguiente, añade `with_align()` y ajusta el ancho del campo de salto al número de dígitos.
This commit is contained in:
parent
3b01894024
commit
12c14afbf6
6 changed files with 349 additions and 22 deletions
|
|
@ -21,7 +21,9 @@ poweredby_pagetop = Powered by { $pagetop_link }
|
|||
|
||||
# Pager component.
|
||||
pager_aria_label = Page navigation
|
||||
pager_previous_label = Previous page
|
||||
pager_next_label = Next page
|
||||
pager_goto_label = Go to page
|
||||
pager_previous_label = Previous
|
||||
pager_previous_aria_label = Previous page
|
||||
pager_next_label = Next
|
||||
pager_next_aria_label = Next page
|
||||
pager_goto_label = Jump to page
|
||||
pager_goto_button = Go
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue