X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fmobile%2Fusers.tpl;h=956ee55ae455a3a8ef316a4e5f385f875a6fb13c;hb=16cbd33bec16854f1b6a4caf4ac24ededc8326f3;hp=e43f0f673cfa51dd43f8267d0837cb1d3ba33e73;hpb=df370652d9dff5881b911e72cbc050ee757630f8;p=timetracker.git diff --git a/WEB-INF/templates/mobile/users.tpl b/WEB-INF/templates/mobile/users.tpl index e43f0f67..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.UNCOMPLETED_INDICATORS == $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}