always show pagesize dropdown
This commit is contained in:
parent
85bdf8766b
commit
3577e261af
@ -3,10 +3,10 @@ $if null rows && (dbsEmptyStyle == DBESNoHeading)
|
|||||||
_{dbsEmptyMessage}
|
_{dbsEmptyMessage}
|
||||||
$else
|
$else
|
||||||
^{table}
|
^{table}
|
||||||
$if pageCount > 1
|
<div .pagination>
|
||||||
<div .pagination>
|
<form .pagesize method=GET enctype=#{pagesizeEnc} action=#{rawAction}>
|
||||||
<form .pagesize method=GET enctype=#{pagesizeEnc} action=#{rawAction}>
|
^{pagesizeWdgt}
|
||||||
^{pagesizeWdgt}
|
$if pageCount > 1
|
||||||
<ul ##{wIdent "pagination"} .pages>
|
<ul ##{wIdent "pagination"} .pages>
|
||||||
$forall p <- pageNumbers
|
$forall p <- pageNumbers
|
||||||
<li .page-link :p == psPage:.current>
|
<li .page-link :p == psPage:.current>
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
.pagination {
|
.pagination {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: column-reverse;
|
||||||
|
|
||||||
.pagesize {
|
.pagesize {
|
||||||
float: left;
|
float: left;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user