* @package dashboard * @version $Id: todo.html.php 4735 2013-05-03 08:30:02Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> todo->confirmDelete)?>

my->noTodo;?> youCould;?> createLink('todo', 'create'), " " . $lang->todo->create, '', "class='btn btn-info'");?>

app->clientLang == 'en' ? "style='width:80px'" : '';?>
idAB);?>
todo->date);?> todo->type);?> > priAB);?> todo->name);?> todo->beginAB);?> todo->endAB);?> todo->status);?> actions;?>
id?>
date == '2030-01-01' ? $lang->todo->periods['future'] : $todo->date;?> todo->typeList[$todo->type];?> pri;?>' title='todo->priList, $todo->pri, $todo->pri);?>'>todo->priList, $todo->pri)?> createLink('todo', 'view', "id=$todo->id&from=my", '', true), $todo->name, '', "data-toggle='modal' data-type='iframe' data-title='" . $lang->todo->view . "' data-icon='check'");?> begin;?> end;?> todo->statusList[$todo->status];?> status == 'done' or $todo->status == 'closed') { common::printIcon('todo', 'activate', "id=$todo->id", $todo, 'list', 'magic', 'hiddenwin'); if($todo->status == 'done') { common::printIcon('todo', 'close', "id=$todo->id", $todo, 'list', 'off', 'hiddenwin'); } else { echo html::a('javascript:;', "", '', "class='btn disabled'"); } } else { common::printIcon('todo', 'assignTo', "todoID=$todo->id", $todo, 'list', 'hand-right', '', "iframe", false, "data-width='600'"); common::printIcon('todo', 'finish', "id=$todo->id", $todo, 'list', 'checked', 'hiddenwin'); } common::printIcon('todo', 'edit', "id=$todo->id", '', 'list', 'edit', '', 'iframe', true); if(common::hasPriv('todo', 'delete')) { $deleteURL = $this->createLink('todo', 'delete', "todoID=$todo->id&confirm=yes"); echo html::a("javascript:ajaxDelete(\"$deleteURL\",\"todoList\",confirmDelete)", '', '', "class='btn' title='{$lang->todo->delete}'"); } ?>