Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
axel committed Feb 25, 2021
1 parent 92f9a2d commit 9589e48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions View/Elements/pagination.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@
onsubmit="limitPage(this.pageLimit.value,recordCount,currentPage,currentPath,currentAction); return false;">
<label for="pageLimit"><?php print _txt('fd.page.limit.display'); ?></label>
<select name="pageLimit" id="pageLimit">
<option value="5">20</option>
<option value="10">40</option>
<option value="100">60</option>
<option value="20">20</option>
<option value="40">40</option>
<option value="60">60</option>
</select>
<?php print _txt('fd.page.limit.records'); ?>
<input type="submit" value="<?php print _txt('op.go'); ?>"/>
Expand Down

0 comments on commit 9589e48

Please sign in to comment.