X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Ftime_edit.tpl;h=c6431d90fafad86d561e227cf9912e6b658aa55e;hb=3d5bc3e13797cb7121ed8548b723a0ef85eda80c;hp=ba8974fe1d749c75de0ba8a1c698469984b53275;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/templates/time_edit.tpl b/WEB-INF/templates/time_edit.tpl index ba8974fe..c6431d90 100644 --- a/WEB-INF/templates/time_edit.tpl +++ b/WEB-INF/templates/time_edit.tpl @@ -41,7 +41,7 @@ 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)) @@ -49,7 +49,7 @@ function fillDropdowns() { fillTaskDropdown(document.timeRecordForm.project.value); } - + // The fillProjectDropdown function populates the project combo box with // projects associated with a selected clientt (client id is passed here as id). function fillProjectDropdown(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) { @@ -106,7 +106,7 @@ function fillTaskDropdown(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; @@ -172,12 +172,12 @@ function formDisable(formField) { } if ((formFieldValue == "") && (formFieldName == "duration")) { - var x = eval("document.timeRecordForm.start"); - x.disabled = false; - x.style.background = "white"; - var x = eval("document.timeRecordForm.finish"); - x.disabled = false; - x.style.background = "white"; + var x = eval("document.timeRecordForm.start"); + x.disabled = false; + x.style.background = "white"; + var x = eval("document.timeRecordForm.finish"); + x.disabled = false; + x.style.background = "white"; } } @@ -203,15 +203,15 @@ function setNow(formField) { -
+ -{if in_array('cl', explode(',', $user->plugins))} +{if $user->isPluginEnabled('cl')} - + {/if} -{if in_array('iv', explode(',', $user->plugins))} +{if $user->isPluginEnabled('iv')} @@ -272,4 +272,4 @@ function setNow(formField) {
{$i18n.label.client}{if in_array('cm', explode(',', $user->plugins))} (*){/if}:{$i18n.label.client}{if $user->isPluginEnabled('cm')} (*){/if}: {$forms.timeRecordForm.client.control}
 
-{$forms.timeRecordForm.close} \ No newline at end of file +{$forms.timeRecordForm.close}