X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fexpenses.tpl;h=cfc1fe67295b318722aac8d80ff51465dfced186;hb=7fafd0cdc53c376b557a5504af53dacdfbcdb533;hp=3c42c6d9b2b85f5132c08252fdef03621b62fe71;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/templates/expenses.tpl b/WEB-INF/templates/expenses.tpl index 3c42c6d9..cfc1fe67 100644 --- a/WEB-INF/templates/expenses.tpl +++ b/WEB-INF/templates/expenses.tpl @@ -27,7 +27,7 @@ projects = new Array(); 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). +// projects associated with a selected client (client id is passed here as id). function fillProjectDropdown(id) { var str_ids = project_ids[id]; var dropdown = document.getElementById("project"); @@ -42,7 +42,7 @@ function fillProjectDropdown(id) { // Populate project dropdown. if (!id) { // If we are here, client is not selected. - var len = projects.length; + var len = projects.length; for (var i = 0; i < len; i++) { dropdown.options[i+1] = new Option(projects[i][1], projects[i][0]); if (dropdown.options[i+1].value == selected_item) @@ -118,51 +118,40 @@ function get_date() {
- {if $expense_items} +{if $expense_items} -{if in_array('cl', explode(',', $user->plugins))} + {if in_array('cl', explode(',', $user->plugins))} -{/if} -{if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} + {/if} + {if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} -{/if} + {/if} - {foreach $expense_items as $item} + {foreach $expense_items as $item} -{if in_array('cl', explode(',', $user->plugins))} + {if in_array('cl', explode(',', $user->plugins))} -{/if} -{if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} + {/if} + {if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} -{/if} + {/if} - + - {/foreach} -
{$i18n.label.client}{$i18n.label.project}{$i18n.label.item} {$i18n.label.cost} {$i18n.label.edit}
{$item.client|escape:'html'}{$item.project|escape:'html'}{$item.item|escape:'html'} {$item.cost} - {if $item.invoice_id} -   - {else} - {$i18n.label.edit} - {/if} - {if $item.invoice_id} {else}{$i18n.label.edit}{/if}
- {if $expense_items} - - - - -
{$i18n.label.day_total}: {$user->currency|escape:'html'} {$day_total}
- {/if} - - {/if} + {/foreach} +
+ + + + +
{$i18n.label.day_total}: {$user->currency|escape:'html'} {$day_total}
+{/if} {$forms.expensesForm.close} - -