* hide import button when todo is today.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
common::printIcon('todo', 'finish', "id=$todo->id", $todo, 'button', '', 'hiddenwin');
|
||||
if($todo->account == $app->user->account)
|
||||
{
|
||||
common::printIcon('todo', 'import2Today', "todoID=$todo->id");
|
||||
if($type != 'today') common::printIcon('todo', 'import2Today', "todoID=$todo->id");
|
||||
common::printIcon('todo', 'delete', "todoID=$todo->id", '', 'button', '', 'hiddenwin');
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user