diff --git a/module/my/view/todo.html.php b/module/my/view/todo.html.php
index 19c2d94ce1..e7425e65ca 100644
--- a/module/my/view/todo.html.php
+++ b/module/my/view/todo.html.php
@@ -72,7 +72,7 @@
date == '2030-01-01' ? $lang->todo->periods['future'] : $todo->date;?> |
todo->typeList[$todo->type];?> |
- todo->priList, $todo->pri, $todo->pri);?>'>todo->priList, $todo->pri, $todo->pri)?> |
+ todo->priList, $todo->pri, $todo->pri);?>'>todo->priList, $todo->pri, $todo->pri)?> |
createLink('todo', 'view', "id=$todo->id&from=my", '', true), $todo->name, '', "data-toggle='modal' data-type='iframe' data-title='" . $lang->todo->view . "' data-icon='check'");?> |
begin;?> |
end;?> |
diff --git a/module/productplan/model.php b/module/productplan/model.php
index 375eead92a..333edc866b 100644
--- a/module/productplan/model.php
+++ b/module/productplan/model.php
@@ -136,10 +136,7 @@ class productplanModel extends model
foreach($plans as $key => $value)
{
- if(strpos($value,'2030-01-01'))
- {
- $plans[$key] = str_replace('2030-01-01 ~ 2030-01-01',$this->lang->productplan->future,$value);
- }
+ $plans[$key] = str_replace('[2030-01-01 ~ 2030-01-01]', '[' . $this->lang->productplan->future . ']', $value);
}
return array('' => '') + $plans;
}
diff --git a/module/user/view/profile.html.php b/module/user/view/profile.html.php
index ce8d1fccdd..efae866115 100644
--- a/module/user/view/profile.html.php
+++ b/module/user/view/profile.html.php
@@ -60,10 +60,9 @@
user->role;?> |
user->roleList[$user->role];?> |
- join == '0000-00-00' ? "style='display:none'" : '';?>
- >
+
| user->join;?> |
- join;?> |
+ join);?> |
| user->commiter;?> |