projects
/
timetracker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2130fc2
)
Fixed background color.
author
anuko
<support@anuko.com>
Mon, 27 Nov 2017 00:23:53 +0000
(
00:23
+0000)
committer
anuko
<support@anuko.com>
Mon, 27 Nov 2017 00:23:53 +0000
(
00:23
+0000)
WEB-INF/templates/users.tpl
patch
|
blob
|
history
diff --git
a/WEB-INF/templates/users.tpl
b/WEB-INF/templates/users.tpl
index
390320a
..
c84039d
100644
(file)
--- a/
WEB-INF/templates/users.tpl
+++ b/
WEB-INF/templates/users.tpl
@@
-19,7
+19,7
@@
</tr>
{if $active_users}
{foreach $active_users as $u}
- <tr bgcolor="{cycle values="#f5f5f5,#
dedee5
"}">
+ <tr bgcolor="{cycle values="#f5f5f5,#
ffffff
"}">
<td>
{if $smarty.const.UNCOMPLETED_INDICATORS == $user->uncompleted_indicators}
<span class="uncompleted-entry{if $u.has_uncompleted_entry} active{/if}"{if $u.has_uncompleted_entry} title="{$i18n.form.users.uncompleted_entry}"{/if}></span>