X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fclients.tpl;h=2d19b001edba9deee07a313575b014b4563c271c;hb=8e340f1e9cb764f423c0a5e7067c892f88d0ec73;hp=95e59d506b26a33b3e9b969b3b4314435f2659e8;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/templates/clients.tpl b/WEB-INF/templates/clients.tpl index 95e59d50..2d19b001 100644 --- a/WEB-INF/templates/clients.tpl +++ b/WEB-INF/templates/clients.tpl @@ -18,8 +18,8 @@ {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} @@ -29,7 +29,7 @@

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

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