We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0539c3a commit 1bdb429Copy full SHA for 1bdb429
libraries/src/Pagination/Pagination.php
@@ -570,6 +570,8 @@ public function getLimitBox()
570
571
$limits[] = HTMLHelper::_('select.option', '50', Text::_('J50'));
572
$limits[] = HTMLHelper::_('select.option', '100', Text::_('J100'));
573
+ $limits[] = HTMLHelper::_('select.option', '200', Text::_('J200'));
574
+ $limits[] = HTMLHelper::_('select.option', '500', Text::_('J500'));
575
$limits[] = HTMLHelper::_('select.option', '0', Text::_('JALL'));
576
577
$selected = $this->viewall ? 0 : $this->limit;
0 commit comments