You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dojo/templates/dojo/paging_snippet.html
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,10 +39,9 @@
39
39
<lirole="presentation"><ahref="?{% url_replace request page_size_param 75 %}" aria-label="{% trans '75 items per page' %}" role="menuitem" >75</a></li>
40
40
<lirole="presentation"><ahref="?{% url_replace request page_size_param 100 %}" aria-label="{% trans '100 items per page' %}" role="menuitem">100</a></li>
41
41
<lirole="presentation"><ahref="?{% url_replace request page_size_param 150 %}" aria-label="{% trans '150 items per page' %}" role="menuitem">150</a></li>
42
-
{% if page.paginator.count >500 %}
43
-
<lirole="presentation"><ahref="?{% url_replace request page_size_param 500 %}" aria-label="{% trans '500 items per page' %}" role="menuitem" >500</a></li>
42
+
{% if page.paginator.count >250 %}
43
+
<lirole="presentation"><ahref="?{% url_replace request page_size_param 250 %}" aria-label="{% trans '250 items per page' %}" role="menuitem" >250</a></li>
44
44
{% endif %}
45
-
<lirole="presentation"><ahref="?{% url_replace request page_size_param page.paginator.count %}" aria-label="{% trans 'All items on one page' %}" role="menuitem">{% trans "All" %}</a></li>
0 commit comments