X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fusers.tpl;h=c84039d2d6213e647da4087d52df92181271865f;hb=7658ab94a01fcdc894c8e4e5541b2c10efcd5799;hp=f343f9cf177082b2a2cc57ceb6c8a723f4bf5294;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/templates/users.tpl b/WEB-INF/templates/users.tpl index f343f9cf..c84039d2 100644 --- a/WEB-INF/templates/users.tpl +++ b/WEB-INF/templates/users.tpl @@ -19,9 +19,14 @@ {if $active_users} {foreach $active_users as $u} - - {$u.name|escape:'html'} - {$u.login|escape:'html'} + + + {if $smarty.const.UNCOMPLETED_INDICATORS == $user->uncompleted_indicators} + + {/if} + {$u.name|escape} + + {$u.login|escape} {if $smarty.const.ROLE_MANAGER == $u.role} {$i18n.form.users.manager} {elseif $smarty.const.ROLE_COMANAGER == $u.role} @@ -44,7 +49,7 @@ {/foreach} {/if} - + {foreach $inactive_users as $u} - - - + + + {if $smarty.const.ROLE_MANAGER == $u.role} {elseif $smarty.const.ROLE_COMANAGER == $u.role} @@ -89,7 +94,7 @@ {/foreach}

@@ -64,9 +69,9 @@
{$i18n.label.delete}
{$u.name|escape:'html'}{$u.login|escape:'html'}
{$u.name|escape}{$u.login|escape}{$i18n.form.users.manager}
- + {foreach $active_users as $u} - - - + + + {if $smarty.const.ROLE_MANAGER == $u.role} {elseif $smarty.const.ROLE_COMANAGER == $u.role} @@ -124,4 +129,4 @@ {/if} -
@@ -106,9 +111,9 @@ {$i18n.form.users.role}
{$u.name|escape:'html'}{$u.login|escape:'html'}
{$u.name|escape}{$u.login|escape}{$i18n.form.users.manager}
\ No newline at end of file +