X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fexpenses.tpl;h=df0eb4d124652ff96571699671411d15c9e854e2;hb=45ca7d2258832cb0d2465eb16dd646d925458106;hp=17b8c8fb55d8b9b4027037609d7c01e4ff98e493;hpb=03e3d32869aa0791e1d841be69cf5c0c84a5450f;p=timetracker.git diff --git a/WEB-INF/templates/expenses.tpl b/WEB-INF/templates/expenses.tpl index 17b8c8fb..df0eb4d1 100644 --- a/WEB-INF/templates/expenses.tpl +++ b/WEB-INF/templates/expenses.tpl @@ -129,7 +129,7 @@ function recalculateCost() { {$forms.expensesForm.client.control} {/if} -{if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} +{if $show_project} {$i18n.label.project} (*): {$forms.expensesForm.project.control} @@ -151,7 +151,7 @@ function recalculateCost() { {$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} +