* @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;?> createLink('todo', 'create'), " " . $lang->todo->create, '', "class='btn btn-info' data-app='my'");?>

id}&status=$status&orderBy=%s&recTotal=$recTotal&recPerPage=$recPerPage&pageID=$pageID"; ?> app->clientLang == 'en' ? "style='width:80px'" : '';?> status == 'wait') $waitCount ++;?> status == 'doing') $doingCount ++;?>
idAB);?>
todo->name);?> title=todo->pri;?>> priAB);?> todo->date);?> todo->status);?> todo->type);?> todo->assignedTo);?> todo->assignedBy);?> todo->beginAB);?> todo->endAB);?> actions;?>
id?>
createLink('todo', 'view', "id=$todo->id&from=my", '', true), $todo->name, '', "data-toggle='modal' data-width='80%' data-type='iframe' data-title='" . $lang->todo->view . "' data-icon='check'");?> pri;?>' title='todo->priList, $todo->pri, $todo->pri);?>'>todo->priList, $todo->pri)?> date == '2030-01-01' ? $lang->todo->future : $todo->date;?> todo->statusList[$todo->status];?> todo->typeList, $todo->type, '');?> assignedTo);?> assignedBy);?> begin;?> end;?> id", $todo, 'list', 'play', 'hiddenwin'); if($todo->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}'"); } ?>
todo->summary, count($todos), $waitCount, $doingCount));?> todo->checkedSummary);?>