1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/15275] Fix IP lookup pagination

PHPBB3-15275
This commit is contained in:
mrgoldy
2020-03-10 15:22:22 +01:00
parent 0a089c8656
commit f57a7826a8
2 changed files with 15 additions and 11 deletions

View File

@@ -329,9 +329,11 @@
</tbody>
</table>
<div class="buttons">
<p><a href="{U_LOOKUP_ALL}#ip">{L_LOOKUP_ALL}</a></p>
</div>
{% if U_LOOKUP_ALL %}
<div class="buttons">
<p><a href="{U_LOOKUP_ALL}#ip">{L_LOOKUP_ALL}</a></p>
</div>
{% endif %}
<div class="pagination">
<ul>