From 2130fc223b47abdbf6533fb4cf3a4ad3b6c2c300 Mon Sep 17 00:00:00 2001 From: seress1 <33893396+seress1@users.noreply.github.com> Date: Mon, 27 Nov 2017 01:18:08 +0100 Subject: [PATCH] Modified the table alternate backgourd color. (#43) --- WEB-INF/templates/users.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WEB-INF/templates/users.tpl b/WEB-INF/templates/users.tpl index 3ea9ceb3..390320a5 100644 --- a/WEB-INF/templates/users.tpl +++ b/WEB-INF/templates/users.tpl @@ -69,7 +69,7 @@ {$i18n.label.delete} {foreach $inactive_users as $u} - + {$u.name|escape} {$u.login|escape} {if $smarty.const.ROLE_MANAGER == $u.role} @@ -111,7 +111,7 @@ {$i18n.form.users.role} {foreach $active_users as $u} - + {$u.name|escape} {$u.login|escape} {if $smarty.const.ROLE_MANAGER == $u.role} -- 2.20.1