X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fmobile%2Ftasks.tpl;h=6c51ed260e32121d5571105f85db483acbf90644;hb=e59d57b1fcf105382028dcfc0157a6ca84b0dc46;hp=0a521073a21ac52ac185f31550a09facbf94f303;hpb=ee49ee74b2a7d3c6daaa2d4bc6397b0c89e3099b;p=timetracker.git diff --git a/WEB-INF/templates/mobile/tasks.tpl b/WEB-INF/templates/mobile/tasks.tpl index 0a521073..6c51ed26 100644 --- a/WEB-INF/templates/mobile/tasks.tpl +++ b/WEB-INF/templates/mobile/tasks.tpl @@ -13,14 +13,12 @@ {$i18n.label.thing_name} {$i18n.label.description} - {$i18n.label.edit} {if $active_tasks} {foreach $active_tasks as $task} - - {$task.name|escape:'html'} - {$task.description|escape:'html'} - {$i18n.label.edit} + + {$task.name|escape} + {$task.description|escape} {/foreach} {/if} @@ -29,7 +27,7 @@

-
+
@@ -40,13 +38,11 @@ {$i18n.label.thing_name} {$i18n.label.description} - {$i18n.label.edit} {foreach $inactive_tasks as $task} - - {$task.name|escape:'html'} - {$task.description|escape:'html'} - {$i18n.label.edit} + + {$task.name|escape} + {$task.description|escape} {/foreach} @@ -54,7 +50,7 @@

-
+
@@ -67,9 +63,9 @@ {if $active_tasks} {foreach $active_tasks as $task} - - {$task.name|escape:'html'} - {$task.description|escape:'html'} + + {$task.name|escape} + {$task.description|escape} {/foreach} {/if}