diff --git a/module/my/view/todo.html.php b/module/my/view/todo.html.php index 39e5bea1f4..d1c075096e 100644 --- a/module/my/view/todo.html.php +++ b/module/my/view/todo.html.php @@ -111,7 +111,7 @@ } else { - common::printIcon('todo', 'assignto', "todoID=$todo->id", $todo, 'list', 'hand-right', '', "iframe", false, "data-width='600'"); + common::printIcon('todo', 'assignTo', "todoID=$todo->id", $todo, 'list', 'hand-right', '', "iframe", false, "data-width='600'"); common::printIcon('todo', 'finish', "id=$todo->id", $todo, 'list', 'checked', 'hiddenwin'); } common::printIcon('todo', 'edit', "id=$todo->id", '', 'list', 'edit', '', 'iframe', true); diff --git a/module/todo/view/create.html.php b/module/todo/view/create.html.php index 72ac667b04..92a012bce3 100644 --- a/module/todo/view/create.html.php +++ b/module/todo/view/create.html.php @@ -95,7 +95,7 @@ todo->name;?> - +