X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fmobile%2Fusers.tpl;h=f4a8ec54634774558368c6c422b013a86baf32f7;hb=c138ab042a599beb780895e5a5f54a1b287d67ae;hp=38c96ae981dc4ee21e8951313f61dce40716ad8f;hpb=09bd3c14ba08e57c46fb53c66e9053d248682c06;p=timetracker.git diff --git a/WEB-INF/templates/mobile/users.tpl b/WEB-INF/templates/mobile/users.tpl index 38c96ae9..f4a8ec54 100644 --- a/WEB-INF/templates/mobile/users.tpl +++ b/WEB-INF/templates/mobile/users.tpl @@ -17,19 +17,22 @@ {if $active_users} {foreach $active_users as $u} - + + {if $user->uncompleted_indicators} + + {/if} {if $user->isManager()} - {$u.name|escape:'html'} + {$u.name|escape} {else} {if ($user->id == $u.id) || ($smarty.const.ROLE_CLIENT == $u.role) || ($smarty.const.ROLE_USER == $u.role)} - {$u.name|escape:'html'} + {$u.name|escape} {else} - {$u.name|escape:'html'} + {$u.name|escape} {/if} {/if} - {$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} @@ -47,7 +50,7 @@

-
+
@@ -62,15 +65,15 @@ {$i18n.label.edit} {foreach $inactive_users as $u} - + {if $user->isManager()} - {$u.name|escape:'html'} + {$u.name|escape} {else} - {if ($user->id == $u.id) || ($smarty.const.ROLE_CLIENT == $u.role) || ($smarty.const.ROLE_USER == $u.role)}{$u.name|escape:'html'}{/if} + {if ($user->id == $u.id) || ($smarty.const.ROLE_CLIENT == $u.role) || ($smarty.const.ROLE_USER == $u.role)}{$u.name|escape}{/if} {/if} - {$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} @@ -95,7 +98,7 @@
-
+
@@ -108,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}