From a65777dc3bed4141b6a4448fb86f12726a1c102f Mon Sep 17 00:00:00 2001 From: flashwave Date: Tue, 5 Feb 2019 13:33:33 +0100 Subject: [PATCH] Fixed styling issue caused by a replace all. --- templates/manage/users/roles.twig | 8 ++++---- templates/manage/users/users.twig | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/manage/users/roles.twig b/templates/manage/users/roles.twig index a87b3e14..cfc02abd 100644 --- a/templates/manage/users/roles.twig +++ b/templates/manage/users/roles.twig @@ -4,16 +4,16 @@ {% set roles_pagination = pagination(manage_roles_pagination, '/manage/users.php', null, {'v': 'roles'}) %} {% block manage_content %} -
+
{{ container_title(' Roles') }} {% if roles_pagination|trim|length > 0 %} -
+
{{ roles_pagination }}
{% endif %} -
+
{% if can_manage_roles %}
@@ -72,7 +72,7 @@
{% if roles_pagination|trim|length > 0 %} -
+
{{ roles_pagination }}
{% endif %} diff --git a/templates/manage/users/users.twig b/templates/manage/users/users.twig index 2871e072..3caff19b 100644 --- a/templates/manage/users/users.twig +++ b/templates/manage/users/users.twig @@ -4,16 +4,16 @@ {% set users_pagination = pagination(manage_users_pagination, '/manage/users.php', null, {'v': 'listing'}) %} {% block manage_content %} -
+
{{ container_title(' Users') }} {% if users_pagination|trim|length > 0 %} -
+
{{ users_pagination }}
{% endif %} -
+
{% for user in manage_users %}
@@ -54,7 +54,7 @@
{% if users_pagination|trim|length > 0 %} -
+
{{ users_pagination }}
{% endif %}