X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fusers.tpl;h=3ea9ceb3d486a804b215532c46fc54ce4f2740b5;hb=785d404c84c153bda7d45d3aedfefa81985703b3;hp=0b64b73cecd120435811364e42168f9e5e5775bc;hpb=a781da5661a1932521e0d1feb4be340b97edce9a;p=timetracker.git diff --git a/WEB-INF/templates/users.tpl b/WEB-INF/templates/users.tpl index 0b64b73c..3ea9ceb3 100644 --- a/WEB-INF/templates/users.tpl +++ b/WEB-INF/templates/users.tpl @@ -20,8 +20,13 @@ {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} @@ -65,8 +70,8 @@ {foreach $inactive_users as $u} - {$u.name|escape:'html'} - {$u.login|escape:'html'} + {$u.name|escape} + {$u.login|escape} {if $smarty.const.ROLE_MANAGER == $u.role} {$i18n.form.users.manager} {elseif $smarty.const.ROLE_COMANAGER == $u.role} @@ -107,8 +112,8 @@ {foreach $active_users as $u} - {$u.name|escape:'html'} - {$u.login|escape:'html'} + {$u.name|escape} + {$u.login|escape} {if $smarty.const.ROLE_MANAGER == $u.role} {$i18n.form.users.manager} {elseif $smarty.const.ROLE_COMANAGER == $u.role}