X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fclients.tpl;h=5243daf4231f2cac8b2cd419ee536e0052ceb0f5;hb=9b447c0287bd4f6886965903b6fb7bf4cbc3c519;hp=95e59d506b26a33b3e9b969b3b4314435f2659e8;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/templates/clients.tpl b/WEB-INF/templates/clients.tpl index 95e59d50..5243daf4 100644 --- a/WEB-INF/templates/clients.tpl +++ b/WEB-INF/templates/clients.tpl @@ -17,9 +17,9 @@ {$i18n.label.delete} {foreach $active_clients as $client} - - {$client.name|escape:'html'} - {$client.address|escape:'html'} + + {$client.name|escape} + {$client.address|escape} {$i18n.label.edit} {$i18n.label.delete} @@ -27,9 +27,9 @@ - +


- + {if $inactive_clients} @@ -40,19 +40,19 @@ {foreach $inactive_clients as $client} - - - + + + {/foreach}
{$i18n.form.clients.inactive_clients}
{$i18n.label.delete}
{$client.name|escape:'html'}{$client.address|escape:'html'}
{$client.name|escape}{$client.address|escape} {$i18n.label.edit} {$i18n.label.delete}
- + - +


- {/if} + {/if} {/if}