From 3fa23f52efaf0293cd87536d02f5fb9681424be3 Mon Sep 17 00:00:00 2001 From: seress1 <33893396+seress1@users.noreply.github.com> Date: Mon, 27 Nov 2017 01:16:58 +0100 Subject: [PATCH] Modified alternate backgroud color in the table (#42) --- WEB-INF/templates/clients.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WEB-INF/templates/clients.tpl b/WEB-INF/templates/clients.tpl index 2d19b001..7e0b1972 100644 --- a/WEB-INF/templates/clients.tpl +++ b/WEB-INF/templates/clients.tpl @@ -17,7 +17,7 @@ {$i18n.label.delete} {foreach $active_clients as $client} - + {$client.name|escape} {$client.address|escape} {$i18n.label.edit} @@ -40,7 +40,7 @@ {$i18n.label.delete} {foreach $inactive_clients as $client} - + {$client.name|escape} {$client.address|escape} {$i18n.label.edit} -- 2.20.1