X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fexpense_edit.tpl;fp=WEB-INF%2Ftemplates%2Fexpense_edit.tpl;h=5f4a4e46e21769271486074123de48971d573b1b;hb=a781da5661a1932521e0d1feb4be340b97edce9a;hp=79be818506e6454bc28e48120c61612486be744e;hpb=0dcf21723daf12934f4977fcf24a0e1b1bff8021;p=timetracker.git diff --git a/WEB-INF/templates/expense_edit.tpl b/WEB-INF/templates/expense_edit.tpl index 79be8185..5f4a4e46 100644 --- a/WEB-INF/templates/expense_edit.tpl +++ b/WEB-INF/templates/expense_edit.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");