diff --git a/module/custom/view/set.html.php b/module/custom/view/set.html.php index 4c7fcfce30..f85b3cb08d 100644 --- a/module/custom/view/set.html.php +++ b/module/custom/view/set.html.php @@ -15,11 +15,11 @@ $itemRow = << - + - + @@ -83,7 +83,7 @@ EOT; - + @@ -101,7 +101,7 @@ EOT; @@ -121,7 +121,7 @@ EOT; system : 1;?> diff --git a/module/project/view/edit.html.php b/module/project/view/edit.html.php index adf511dc02..bc1669e0ae 100644 --- a/module/project/view/edit.html.php +++ b/module/project/view/edit.html.php @@ -54,7 +54,7 @@ diff --git a/module/report/view/workload.html.php b/module/report/view/workload.html.php index 9a2548fc77..6938b932e2 100644 --- a/module/report/view/workload.html.php +++ b/module/report/view/workload.html.php @@ -34,13 +34,13 @@
report->diffDays;?> - +
report->workday;?> - +
diff --git a/module/search/view/buildform.html.php b/module/search/view/buildform.html.php index 0d349f621d..d4a23819bc 100644 --- a/module/search/view/buildform.html.php +++ b/module/search/view/buildform.html.php @@ -307,7 +307,7 @@ foreach($fieldParams as $fieldName => $param) { echo ""; if($param['control'] == 'select') echo html::select('field' . $fieldName, $param['values'], '', "class='form-control searchSelect'"); - if($param['control'] == 'input') echo html::input('field' . $fieldName, '', "class='form-control searchInput'"); + if($param['control'] == 'input') echo html::input('field' . $fieldName, '', "class='form-control searchInput' autocomplete='off'"); echo ''; } ?> @@ -357,7 +357,7 @@ foreach($fieldParams as $fieldName => $param) { $fieldName = $formSession["field$fieldNO"]; $extraClass = isset($param['class']) ? $param['class'] : ''; - echo html::input("value$fieldNO", $formSession["value$fieldNO"], "class='form-control $extraClass searchInput'"); + echo html::input("value$fieldNO", $formSession["value$fieldNO"], "class='form-control $extraClass searchInput' autocomplete='off'"); } echo ''; @@ -407,7 +407,7 @@ foreach($fieldParams as $fieldName => $param) { $fieldName = $formSession["field$fieldNO"]; $extraClass = isset($param['class']) ? $param['class'] : ''; - echo html::input("value$fieldNO", $formSession["value$fieldNO"], "class='form-control $extraClass searchInput'"); + echo html::input("value$fieldNO", $formSession["value$fieldNO"], "class='form-control $extraClass searchInput' autocomplete='off'"); } echo ''; diff --git a/module/story/view/create.html.php b/module/story/view/create.html.php index fa69ba86b9..b436fc1e91 100644 --- a/module/story/view/create.html.php +++ b/module/story/view/create.html.php @@ -134,7 +134,7 @@ story->estimateAB;?> - +
diff --git a/module/story/view/edit.html.php b/module/story/view/edit.html.php index 08f6bfb14d..79dffe3a1a 100644 --- a/module/story/view/edit.html.php +++ b/module/story/view/edit.html.php @@ -126,7 +126,7 @@ - + diff --git a/module/task/view/assignto.html.php b/module/task/view/assignto.html.php index d970dd1494..166f610599 100644 --- a/module/task/view/assignto.html.php +++ b/module/task/view/assignto.html.php @@ -27,7 +27,7 @@ - + diff --git a/module/task/view/create.html.php b/module/task/view/create.html.php index e0dfa79d65..221a33215b 100644 --- a/module/task/view/create.html.php +++ b/module/task/view/create.html.php @@ -106,7 +106,7 @@
task->estimateAB;?> - task->hour}'");?> + task->hour}' autocomplete='off'");?>
diff --git a/module/task/view/edit.html.php b/module/task/view/edit.html.php index d2a2953043..1483d27a2d 100644 --- a/module/task/view/edit.html.php +++ b/module/task/view/edit.html.php @@ -114,7 +114,7 @@ - + @@ -122,7 +122,7 @@ - +
custom->workingHours;?>
custom->bug->fields['longlife'];?>
- + day?>
- value : $value, "class='form-control' " . (empty($key) ? 'readonly' : ''));?> + value : $value, "class='form-control' autocomplete='off' " . (empty($key) ? 'readonly' : ''));?> diff --git a/module/project/view/create.html.php b/module/project/view/create.html.php index 3f04eb6285..44f09265a3 100644 --- a/module/project/view/create.html.php +++ b/module/project/view/create.html.php @@ -70,7 +70,7 @@ project->days;?>
- + project->day;?>
project->days;?>
- days, "class='form-control'");?> + days, "class='form-control' autocomplete='off'");?> project->day;?>
story->estimate;?>estimate, "class='form-control'");?>estimate, "class='form-control' autocomplete='off'");?>
story->keywords;?>
task->left;?>
left, "class='form-control'");?> task->hour;?>
left, "class='form-control' autocomplete='off'");?> task->hour;?>
comment;?>
task->estimate;?>estimate, "class='form-control'");?>estimate, "class='form-control' autocomplete='off'");?>
task->consumed;?>
task->left;?>left, "class='form-control'");?>left, "class='form-control' autocomplete='off'");?>
diff --git a/module/task/view/start.html.php b/module/task/view/start.html.php index 8476a149ee..72a38c28a7 100644 --- a/module/task/view/start.html.php +++ b/module/task/view/start.html.php @@ -29,11 +29,11 @@ task->consumed;?> -
consumed, "class='form-control'");?> task->hour;?>
+
consumed, "class='form-control' autocomplete='off'");?> task->hour;?>
task->left;?> -
left, "class='form-control'");?> task->hour;?>
+
left, "class='form-control' autocomplete='off'");?> task->hour;?>
comment;?>