X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fusers.tpl;h=09a99bd31b39f0ddc568f2c45a37e29a644e736f;hb=72b46840f490f84fc95fcd2c5288fb33e168d44e;hp=99d617bdd2e6759e4d2e871e1091423fc64f849c;hpb=845622e615e142555436c61425dfcef7c51e14a2;p=timetracker.git diff --git a/WEB-INF/templates/users.tpl b/WEB-INF/templates/users.tpl index 99d617bd..09a99bd3 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.UNCOMPLETED_INDICATORS == $user->uncompleted_indicators} + {if $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} @@ -53,7 +53,7 @@

-
+
@@ -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} @@ -98,7 +98,7 @@
-
+
@@ -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}