X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fexpenses.tpl;h=755400460790c2392db16123a47bcde6e50bd6e0;hb=0321413f489a83610e8b3c20a55dcc404dcd73a6;hp=a64fbc269c21ea18b69ca70988ec370dc8145ba1;hpb=2a998c95dd9e86a9ad57939b056b62cab7402b08;p=timetracker.git diff --git a/WEB-INF/templates/expenses.tpl b/WEB-INF/templates/expenses.tpl index a64fbc26..75540046 100644 --- a/WEB-INF/templates/expenses.tpl +++ b/WEB-INF/templates/expenses.tpl @@ -24,7 +24,7 @@ projects = new Array(); {/foreach} // Mandatory top option for project dropdown. -empty_label_project = '{$i18n.dropdown.select|escape:'javascript'}'; +empty_label_project = "{$i18n.dropdown.select|escape:'javascript'}"; // The fillProjectDropdown function populates the project combo box with // projects associated with a selected client (client id is passed here as id). @@ -81,7 +81,7 @@ function get_date() { {/if} {if $user->isPluginEnabled('cl')} - {$i18n.label.client}{if in_array('cm', explode(',', $user->plugins))} (*){/if}: + {$i18n.label.client}{if $user->isPluginEnabled('cm')} (*){/if}: {$forms.expensesForm.client.control} {/if} @@ -97,7 +97,7 @@ function get_date() { {$i18n.label.cost} (*): - {$forms.expensesForm.cost.control} {$user->currency|escape:'html'} + {$forms.expensesForm.cost.control} {$user->currency|escape} @@ -134,20 +134,20 @@ 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} - {$item.item|escape:'html'} - {$item.cost} - {if $item.invoice_id} {else}{$i18n.label.edit}{/if} + {$item.item|escape} + {$item.cost} + {if $item.invoice_id} {else}{$i18n.label.edit}{/if} {/foreach} - +
{$i18n.label.day_total}: {$user->currency|escape:'html'} {$day_total}{$i18n.label.day_total}: {$user->currency|escape} {$day_total}
{/if}