X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fusers.tpl;h=c84039d2d6213e647da4087d52df92181271865f;hb=57fee3137bba95e2a9f07035f7208d4dbf9b65cd;hp=d537ddad81fce113e212f4f53c4e721b33762b2b;hpb=139889a67699143cce59a4f3136b3158058b9ce2;p=timetracker.git diff --git a/WEB-INF/templates/users.tpl b/WEB-INF/templates/users.tpl index d537ddad..c84039d2 100644 --- a/WEB-INF/templates/users.tpl +++ b/WEB-INF/templates/users.tpl @@ -19,14 +19,14 @@ {if $active_users} {foreach $active_users as $u} - + - {if $smarty.const.ENTRIES_USERS_PAGE == $user->uncompleted_entries} + {if $smarty.const.UNCOMPLETED_INDICATORS == $user->uncompleted_indicators} {/if} - {$u.name|escape:'html'} + {$u.name|escape} - {$u.login|escape:'html'} + {$u.login|escape} {if $smarty.const.ROLE_MANAGER == $u.role} {$i18n.form.users.manager} {elseif $smarty.const.ROLE_COMANAGER == $u.role} @@ -69,9 +69,9 @@ {$i18n.label.delete} {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} @@ -111,9 +111,9 @@ {$i18n.form.users.role} {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}