diff --git a/module/my/view/todo.html.php b/module/my/view/todo.html.php index 098cd61bc8..c5301cb059 100644 --- a/module/my/view/todo.html.php +++ b/module/my/view/todo.html.php @@ -13,7 +13,7 @@ -
+
- - - ';todoform.submit();"> - - - - + createLink('todo', 'batchEdit', "from=myTodo&type=$type&account=$account&status=$status"); + echo html::commonButton($lang->todo->batchEdit, "onclick=\"changeAction('todoform', 'batchEdit', '$actionLink')\""); + + } + if(common::hasPriv('todo', 'import2Today') and $importFuture) + { + $actionLink = $this->createLink('todo', 'import2Today'); + echo html::commonButton($lang->todo->import2Today, "onclick=\"changeAction('todoform', 'import2Today', '$actionLink')\""); + } + ?>
show();?>