X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fusers.tpl;h=3ea9ceb3d486a804b215532c46fc54ce4f2740b5;hb=e1703495130c8ed88fe210f50a2a6b453b3c566b;hp=84e3d0e5526b34de4ce2e6d654910e52376eef8b;hpb=df370652d9dff5881b911e72cbc050ee757630f8;p=timetracker.git diff --git a/WEB-INF/templates/users.tpl b/WEB-INF/templates/users.tpl index 84e3d0e5..3ea9ceb3 100644 --- a/WEB-INF/templates/users.tpl +++ b/WEB-INF/templates/users.tpl @@ -21,12 +21,12 @@ {foreach $active_users as $u} - {if $smarty.const.UNCOMPLETED_INDICATORS == $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} @@ -70,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} @@ -112,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}