Skip to content
Snippets Groups Projects
Verified Commit 4465fd91 authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[TASK] Only display prev- | next-button if available

parent 64097c5e
No related branches found
No related tags found
No related merge requests found
......@@ -29,15 +29,6 @@
</f:if>
</li>
</f:then>
<f:else>
<li class="tx-pagebrowse-prev disabled">
<a aria-label="Previous">
<span aria-hidden="true">
&laquo;
</span>
</a>
</li>
</f:else>
</f:if>
<f:if condition="{enableLessPages} && {showLessPages}">
......@@ -118,15 +109,6 @@
</f:link.action>
</li>
</f:then>
<f:else>
<li class="tx-pagebrowse-next disabled">
<a aria-label="Next">
<span aria-hidden="true">
&raquo;
</span>
</a>
</li>
</f:else>
</f:if>
</ul>
</nav>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment