X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fmobile%2Ftimer.tpl;h=bd6bf8b8ae0c28853cfd739847284710386a9404;hb=1fad211ab12fc66117094e33425f8414fccd2cfa;hp=5b9e3aa5edb3906992c76fee37567109e4dfe150;hpb=c2422b1c289617775ca58ba490586e81864044cd;p=timetracker.git diff --git a/WEB-INF/templates/mobile/timer.tpl b/WEB-INF/templates/mobile/timer.tpl index 5b9e3aa5..bd6bf8b8 100644 --- a/WEB-INF/templates/mobile/timer.tpl +++ b/WEB-INF/templates/mobile/timer.tpl @@ -51,7 +51,7 @@ function fillDropdowns() { } // 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]; @@ -68,7 +68,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) { @@ -100,13 +100,13 @@ function fillProjectDropdown(id) { } // The fillTaskDropdown function populates the task combo box with -// tasks associated with a selected project (project id is passed here as id). +// tasks associated with a selected project (project id is passed here as id). function fillTaskDropdown(id) { var str_ids = task_ids[id]; var dropdown = document.getElementById("task"); if (dropdown == null) return; // Nothing to do. - + // Determine previously selected item. var selected_item = dropdown.options[dropdown.selectedIndex].value; @@ -131,7 +131,7 @@ function fillTaskDropdown(id) { } // If a previously selected item is still in dropdown - select it. - if (dropdown.options.length > 0) { + if (dropdown.options.length > 0) { for (var i = 0; i < dropdown.options.length; i++) { if (dropdown.options[i].value == selected_item) { dropdown.options[i].selected = true; @@ -152,12 +152,6 @@ function get_time() { } - -

00:00 @@ -177,7 +171,7 @@ function updateTimer() { if (startDate == null) startDate = new Date(); endDate = new Date(); delta = new Date(endDate - startDate); - + var hours = delta.getUTCHours(); if (hours < 10) hours = '0'+hours; document.getElementById('hour').innerHTML = hours; @@ -193,7 +187,7 @@ function updateTimer() { function startTimer() { if (timerID) return; - + updateTimer(); timerID = setInterval('updateTimer()', 1000); } @@ -212,36 +206,8 @@ startDate.setMinutes({substr($uncompleted['start'], 3, 2)}); startDate.setSeconds(0); updateTimer(); startTimer(); - -{/if} - - {$forms.timerRecordForm.open} @@ -249,7 +215,7 @@ startTimer();
-
+ {if in_array('cl', explode(',', $user->plugins))} @@ -299,4 +265,4 @@ startTimer(); {/if} -
{$i18n.label.client}:
\ No newline at end of file +