X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fmobile%2Fexpenses.tpl;h=52de0a918c6850f5c8fba402b71fd9bde304294c;hb=e2b992aea6edc4a734ddb751103101e2450f3b20;hp=9aab9a85bd306d13f31b809d677547ef53fd3cbe;hpb=09bd3c14ba08e57c46fb53c66e9053d248682c06;p=timetracker.git diff --git a/WEB-INF/templates/mobile/expenses.tpl b/WEB-INF/templates/mobile/expenses.tpl index 9aab9a85..52de0a91 100644 --- a/WEB-INF/templates/mobile/expenses.tpl +++ b/WEB-INF/templates/mobile/expenses.tpl @@ -106,7 +106,7 @@ function get_date() { {$i18n.label.cost} (*): - {$forms.expensesForm.cost.control} {$user->currency|escape:'html'} + {$forms.expensesForm.cost.control} {$user->currency|escape} @@ -144,24 +144,23 @@ function get_date() { {foreach $expense_items as $item} {if $user->isPluginEnabled('cl')} - {$item.client|escape:'html'} + {$item.client|escape} {/if} {if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} - {$item.project|escape:'html'} + {$item.project|escape} {/if} - {if $item.invoice_id} {$item.item|escape:'html'} {else}{$item.item|escape:'html'}{/if} - {$item.cost} + {if $item.invoice_id} {$item.item|escape} {else}{$item.item|escape}{/if} + {$item.cost} {/foreach} - +
{$i18n.label.day_total}: {$user->currency|escape:'html'} {$day_total}{$i18n.label.day_total}: {$user->currency|escape} {$day_total}
{/if} - {$forms.expensesForm.close}