X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fexpenses.tpl;h=755400460790c2392db16123a47bcde6e50bd6e0;hb=8e340f1e9cb764f423c0a5e7067c892f88d0ec73;hp=cfc1fe67295b318722aac8d80ff51465dfced186;hpb=a781da5661a1932521e0d1feb4be340b97edce9a;p=timetracker.git diff --git a/WEB-INF/templates/expenses.tpl b/WEB-INF/templates/expenses.tpl index cfc1fe67..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). @@ -79,9 +79,9 @@ function get_date() { {$forms.expensesForm.onBehalfUser.control} {/if} -{if in_array('cl', explode(',', $user->plugins))} +{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} @@ -121,7 +121,7 @@ function get_date() { {if $expense_items} - {if in_array('cl', explode(',', $user->plugins))} + {if $user->isPluginEnabled('cl')} {/if} {if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} @@ -133,21 +133,21 @@ function get_date() { {foreach $expense_items as $item} - {if in_array('cl', explode(',', $user->plugins))} - + {if $user->isPluginEnabled('cl')} + {/if} {if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} - + {/if} - - - + + + {/foreach}
{$i18n.label.client}
{$item.client|escape:'html'}{$item.client|escape}{$item.project|escape:'html'}{$item.project|escape}{$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}
- +
{$i18n.label.day_total}: {$user->currency|escape:'html'} {$day_total}{$i18n.label.day_total}: {$user->currency|escape} {$day_total}
{/if}