From: seress1 <33893396+seress1@users.noreply.github.com> Date: Mon, 27 Nov 2017 00:16:58 +0000 (+0100) Subject: Modified alternate backgroud color in the table (#42) X-Git-Tag: timetracker_1.19-1~1454 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;ds=inline;h=3fa23f52efaf0293cd87536d02f5fb9681424be3;p=timetracker.git Modified alternate backgroud color in the table (#42) --- 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}