report->getSysURL();?> bugs)):?>
| report->idAB;?> | report->bugTitle;?> |
|---|---|
| id;?> | createLink('bug', 'view', "bugID=$bug->id"); if($config->requestType == 'GET' and strpos($link, 'ztcli') !== false) $link = str_replace($this->server->php_self, $config->webRoot, $link); echo html::a($url . $link, $bug->title); ?> |
| report->idAB;?> | report->taskName;?> |
|---|---|
| id;?> | createLink('task', 'view', "taskID=$task->id"); if($config->requestType == 'GET' and strpos($link, 'ztcli') !== false) $link = str_replace($this->server->php_self, $config->webRoot, $link); echo html::a($url . $link, $task->name); ?> |
| report->idAB;?> | report->todoName;?> |
|---|---|
| id;?> | createLink('todo', 'view', "todoID=$todo->id"); if($config->requestType == 'GET' and strpos($link, 'ztcli') !== false) $link = str_replace($this->server->php_self, $config->webRoot, $link); echo html::a($url . $link, $todo->name); ?> |