X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fmobile%2Ftimer.tpl;h=c8df7988eef5b7cba68fb6059681a1bb09015b41;hb=fb177d58cddc49dcc9507bfa75ab78732571eef9;hp=bd6bf8b8ae0c28853cfd739847284710386a9404;hpb=a781da5661a1932521e0d1feb4be340b97edce9a;p=timetracker.git diff --git a/WEB-INF/templates/mobile/timer.tpl b/WEB-INF/templates/mobile/timer.tpl index bd6bf8b8..c8df7988 100644 --- a/WEB-INF/templates/mobile/timer.tpl +++ b/WEB-INF/templates/mobile/timer.tpl @@ -41,13 +41,13 @@ task_names = new Array(); empty_label_project = '{$i18n.dropdown.select|escape:'javascript'}'; empty_label_task = '{$i18n.dropdown.select|escape:'javascript'}'; -// The populateDropdowns function populates the "project" and "task" dropdown controls +// The fillDropdowns function populates the "project" and "task" dropdown controls // with relevant values. function fillDropdowns() { - if(document.body.contains(document.timeRecordForm.client)) - fillProjectDropdown(document.timeRecordForm.client.value); + if(document.body.contains(document.timerRecordForm.client)) + fillProjectDropdown(document.timerRecordForm.client.value); - fillTaskDropdown(document.timeRecordForm.project.value); + fillTaskDropdown(document.timerRecordForm.project.value); } // The fillProjectDropdown function populates the project combo box with @@ -217,11 +217,11 @@ startTimer(); -{if in_array('cl', explode(',', $user->plugins))} +{if $user->isPluginEnabled('cl')} {/if} -{if in_array('iv', explode(',', $user->plugins))} +{if $user->isPluginEnabled('iv')} {/if} {if ($custom_fields && $custom_fields->fields[0])}
{$i18n.label.client}:
{$forms.timerRecordForm.client.control}