X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fmobile%2Fclients.tpl;h=db0826caf4f2328110b9d790d93d100c6468763f;hb=4e7ce35635fa9f4aa5719ec8d17d3dc7eeb239b7;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..db0826ca 100644 --- a/WEB-INF/templates/mobile/clients.tpl +++ b/WEB-INF/templates/mobile/clients.tpl @@ -13,13 +13,11 @@ {$i18n.label.person_name} {$i18n.label.address} - {$i18n.label.edit} {foreach $active_clients as $client} - - {$client.name|escape:'html'} - {$client.address|escape:'html'} - {$i18n.label.edit} + + {$client.name|escape} + {$client.address|escape} {/foreach} @@ -34,13 +32,11 @@ {$i18n.label.person_name} {$i18n.label.address} - {$i18n.label.edit} {foreach $inactive_clients as $client} - - {$client.name|escape:'html'} - {$client.address|escape:'html'} - {$i18n.label.edit} + + {$client.name|escape} + {$client.address|escape} {/foreach}