X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fexpenses.tpl;h=11b4fb85a4af8b97fbdef66c572fc32913637593;hb=a4093ac103388ffae1275c1c5937c4163901917d;hp=8e1ef0a8dbf30d3996d5483048179866cc0bf768;hpb=b10bedad0cf854c9cb49bf0582b20869cb0c458d;p=timetracker.git diff --git a/WEB-INF/templates/expenses.tpl b/WEB-INF/templates/expenses.tpl index 8e1ef0a8..11b4fb85 100644 --- a/WEB-INF/templates/expenses.tpl +++ b/WEB-INF/templates/expenses.tpl @@ -117,10 +117,10 @@ function recalculateCost() { -{if $on_behalf_control} +{if $user_dropdown} - + {/if} {if $user->isPluginEnabled('cl')} @@ -129,7 +129,7 @@ function recalculateCost() { {/if} -{if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} +{if $show_project} @@ -151,7 +151,7 @@ function recalculateCost() { - +
{$i18n.label.user}:{$forms.expensesForm.onBehalfUser.control}{$forms.expensesForm.user.control}
{$forms.expensesForm.client.control}
{$i18n.label.project} (*): {$forms.expensesForm.project.control}
{$i18n.label.cost} (*):{$forms.expensesForm.cost.control} {$user->currency|escape}{$forms.expensesForm.cost.control} {$user->getCurrency()|escape}
@@ -178,7 +178,7 @@ function recalculateCost() { {if $user->isPluginEnabled('cl')} {$i18n.label.client} {/if} - {if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} + {if $show_project} {$i18n.label.project} {/if} {$i18n.label.item} @@ -190,12 +190,18 @@ function recalculateCost() { {if $user->isPluginEnabled('cl')} {$item.client|escape} {/if} - {if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} + {if $show_project} {$item.project|escape} {/if} {$item.item|escape} {$item.cost} - {if $item.invoice_id} {else}{$i18n.label.edit}{/if} + + {if $item.approved || $item.invoice_id} +   + {else} + {$i18n.label.edit} + {/if} + {/foreach}