X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fmobile%2Fclients.tpl;h=c10541faefc090c3ca54ef7fb3597c5abaf75b5d;hb=6c7a98f61e74aeae700b523729abb49ff19d3704;hp=ded17ba928762717ad8ac92372fab16e1a0b7474;hpb=ee49ee74b2a7d3c6daaa2d4bc6397b0c89e3099b;p=timetracker.git diff --git a/WEB-INF/templates/mobile/clients.tpl b/WEB-INF/templates/mobile/clients.tpl index ded17ba9..c10541fa 100644 --- a/WEB-INF/templates/mobile/clients.tpl +++ b/WEB-INF/templates/mobile/clients.tpl @@ -5,7 +5,7 @@ - {foreach $inactive_clients as $client} - - - - + + + {/foreach}
-{if ($user->canManageTeam())} +{if $user->can('manage_clients')} {if $inactive_clients} @@ -13,19 +13,17 @@ - {foreach $active_clients as $client} - - - - + + + {/foreach}
{$i18n.form.clients.active_clients}
{$i18n.label.person_name} {$i18n.label.address}{$i18n.label.edit}
{$client.name|escape:'html'}{$client.address|escape:'html'}{$i18n.label.edit}
{$client.name|escape}{$client.address|escape}
- +


{if $inactive_clients} @@ -34,19 +32,17 @@
{$i18n.label.person_name} {$i18n.label.address}{$i18n.label.edit}
{$client.name|escape:'html'}{$client.address|escape:'html'}{$i18n.label.edit}
{$client.name|escape}{$client.address|escape}
- +


{/if} {/if}