diff --git a/module/user/css/common.css b/module/user/css/common.css index d9e2137ab6..b7355c499c 100644 --- a/module/user/css/common.css +++ b/module/user/css/common.css @@ -1,3 +1,2 @@ -.cont-lt1 .side {width: 120px;} -.cont-lt1 .side .box-title{padding: 3px;} -.side .box-content a {padding-left:5px} +.todoheader {margin-bottom:5px;} +.todoheader .active{color:#009900; font-weight:bold;} diff --git a/module/user/view/todo.html.php b/module/user/view/todo.html.php index 39af7415f1..832322f28a 100644 --- a/module/user/view/todo.html.php +++ b/module/user/view/todo.html.php @@ -14,56 +14,51 @@ -
|
- user->todo; ?>
-
- todo->periods as $period => $label)
- {
- $vars = "account={$app->user->account}&date=$period";
- if($period == 'before') $vars .= "&status=undone";
- echo "" . html::a(inlink('todo', $vars), $label) . '
- '; - } - ?> - |
- - | - - | -