X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Ftemplates%2Fexpenses.tpl;h=df0eb4d124652ff96571699671411d15c9e854e2;hb=13cfff28242767287408e8fd13d992bc6c6e2086;hp=8e1ef0a8dbf30d3996d5483048179866cc0bf768;hpb=b10bedad0cf854c9cb49bf0582b20869cb0c458d;p=timetracker.git diff --git a/WEB-INF/templates/expenses.tpl b/WEB-INF/templates/expenses.tpl index 8e1ef0a8..df0eb4d1 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}
@@ -176,26 +176,40 @@ function recalculateCost() { {if $user->isPluginEnabled('cl')} - + {/if} - {if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} + {if $show_project} {/if} - + + {foreach $expense_items as $item} {if $user->isPluginEnabled('cl')} {/if} - {if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} + {if $show_project} {/if} - + + {/foreach}
{$i18n.label.client}{$i18n.label.client}{$i18n.label.project}{$i18n.label.item} {$i18n.label.cost}{$i18n.label.edit}
{$item.client|escape}{$item.project|escape}{$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} + + {if $item.approved || $item.invoice_id} +   + {else} + {$i18n.label.delete} + {/if} +