From 9e7fa54992c2053eaae351bf8d28160bfbedfd88 Mon Sep 17 00:00:00 2001 From: seress1 <33893396+seress1@users.noreply.github.com> Date: Mon, 27 Nov 2017 01:12:33 +0100 Subject: [PATCH] Modified alternate backgroud color for the table. (#41) --- WEB-INF/templates/projects.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WEB-INF/templates/projects.tpl b/WEB-INF/templates/projects.tpl index 1c97753e..b04dc090 100644 --- a/WEB-INF/templates/projects.tpl +++ b/WEB-INF/templates/projects.tpl @@ -18,7 +18,7 @@ {if $active_projects} {foreach $active_projects as $project} - + {$project.name|escape} {$project.description|escape} {$i18n.label.edit} @@ -46,7 +46,7 @@ {$i18n.label.delete} {foreach $inactive_projects as $project} - + {$project.name|escape} {$project.description|escape} {$i18n.label.edit} @@ -71,7 +71,7 @@ {if $active_projects} {foreach $active_projects as $project} - + {$project.name|escape} {$project.description|escape} -- 2.20.1