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