X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fmobile%2Fusers.tpl;h=956ee55ae455a3a8ef316a4e5f385f875a6fb13c;hb=16cbd33bec16854f1b6a4caf4ac24ededc8326f3;hp=bd2f0f4f3304232c20a8f2482661fcadc00d583a;hpb=139889a67699143cce59a4f3136b3158058b9ce2;p=timetracker.git diff --git a/WEB-INF/templates/mobile/users.tpl b/WEB-INF/templates/mobile/users.tpl index bd2f0f4f..956ee55a 100644 --- a/WEB-INF/templates/mobile/users.tpl +++ b/WEB-INF/templates/mobile/users.tpl @@ -17,22 +17,22 @@ {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} {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} @@ -65,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} @@ -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}