diff --git a/module/my/view/todo.html.php b/module/my/view/todo.html.php index abc42a3cd8..bb4718f2b2 100644 --- a/module/my/view/todo.html.php +++ b/module/my/view/todo.html.php @@ -108,7 +108,6 @@ { $actionLink = $this->createLink('todo', 'batchEdit', "from=myTodo&type=$type&account=$account&status=$status"); echo html::commonButton($lang->edit, "onclick=\"setFormAction('$actionLink')\""); - } if(common::hasPriv('todo', 'batchFinish')) { diff --git a/module/productplan/css/browse.css b/module/productplan/css/browse.css index 76ae760baf..0927356ef6 100644 --- a/module/productplan/css/browse.css +++ b/module/productplan/css/browse.css @@ -1,4 +1,3 @@ -#productplan tbody > tr > td{border-right:1px solid #E4E4E4;} .table td .article-content {padding: 0} .table td .article-content *{margin:0px;} .table td .article-content ol,.table td .article-content ul{padding-left:20px;} diff --git a/module/productplan/view/browse.html.php b/module/productplan/view/browse.html.php index db9c272f1b..4befa7b176 100644 --- a/module/productplan/view/browse.html.php +++ b/module/productplan/view/browse.html.php @@ -16,98 +16,120 @@