mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Replacing label for a div
--HG-- branch : 1.x
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
<div class="pager-footer">
|
||||
@if (totalPageCount > 1 || Model.PageSize == 0 || Model.PageSize > pageSizes.First()) {
|
||||
<div class="page-size-options">
|
||||
<label for="pageSize">@T("Show:")</label>
|
||||
<div>@T("Show:")</div>
|
||||
|
||||
@pageSizeTag.StartElement
|
||||
|
||||
|
||||
Reference in New Issue
Block a user