Skip to content

Commit

Permalink
Merged bug/ICPCO-102 into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
axel committed Mar 2, 2021
2 parents faacb38 + 9589e48 commit e49555a
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 e49555a

Please sign in to comment.