X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fusers.tpl;h=95ff2805ef509b75e83c68f12c5a9919fc5bc5fa;hb=4f9ea2fd0f60b516858d62c67d59c8af66613f10;hp=3ea9ceb3d486a804b215532c46fc54ce4f2740b5;hpb=7ece3d4c1cf7c91fc469373a6b8a997fd4ea3398;p=timetracker.git diff --git a/WEB-INF/templates/users.tpl b/WEB-INF/templates/users.tpl index 3ea9ceb3..95ff2805 100644 --- a/WEB-INF/templates/users.tpl +++ b/WEB-INF/templates/users.tpl @@ -19,9 +19,9 @@ {if $active_users} {foreach $active_users as $u} - + - {if $smarty.const.UNCOMPLETED_INDICATORS == $user->uncompleted_indicators} + {if $user->uncompleted_indicators} {/if} {$u.name|escape} @@ -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}