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) . '
'; - } - ?> -
-
-
' id='todoform'> - - recTotal}&recPerPage={$pager->recPerPage}&pageID={$pager->pageID}"; ?> - - - - - - - - - - - - - - - - - - - - - - - - - - - -
idAB);?> todo->date);?> todo->type);?> priAB);?> todo->name);?> todo->beginAB);?> todo->endAB);?>todo->status);?>
id;?>date == '2030-01-01' ? $lang->todo->periods['future'] : $todo->date;?>todo->typeList[$todo->type];?>pri;?>'>pri?>createLink('todo', 'view', "id=$todo->id", '', true), $todo->name, '', "class='colorbox'");?>begin;?>end;?>todo->statusList[$todo->status];?>
show();?>
-
-
+
+ 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) . ' '; + } + ?> +
+
' id='todoform'> + + recTotal}&recPerPage={$pager->recPerPage}&pageID={$pager->pageID}"; ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + +
idAB);?> todo->date);?> todo->type);?> priAB);?> todo->name);?> todo->beginAB);?> todo->endAB);?>todo->status);?>
id;?>date == '2030-01-01' ? $lang->todo->periods['future'] : $todo->date;?>todo->typeList[$todo->type];?>pri;?>'>pri?>createLink('todo', 'view', "id=$todo->id", '', true), $todo->name, '', "class='colorbox'");?>begin;?>end;?>todo->statusList[$todo->status];?>
show();?>
+
+