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

- + {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}