X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fmobile%2Fexpenses.tpl;h=276f82658c475ad15e9f894e11efa68a53128167;hb=7ece3d4c1cf7c91fc469373a6b8a997fd4ea3398;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..276f8265 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} + {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}