| id", sprintf('%03d', $task->id))) printf('%03d', $task->id);?> |
task->priList[$task->pri];?> |
id", $task->name)) echo $task->name;?> |
+ status;?> >
+ storyStatus == 'active' and $task->latestStoryVersion > $task->storyVersion);
+ $storyChanged ? print("{$lang->story->changed} ") : print($lang->task->statusList[$task->status]);
+ ?>
+ |
+ delay)) echo 'delayed';?>>deadline, 0, 4) > 0) echo substr($task->deadline, 5, 6);?> |
+
+
+ cookie->windowWidth > $this->config->wideSize):?>
+ openedDate, 5, 6);?>
+
+
| >assignedToRealName;?> |
finishedBy];?> |
+
+ cookie->windowWidth > $this->config->wideSize):?>
+ finishedDate, 5, 6);?>
+
+
| estimate;?> |
consumed;?> |
left;?> |
- delay)) echo 'delayed';?>>deadline, 0, 4) > 0) echo $task->deadline;?> |
- status;?> >
- storyStatus == 'active' and $task->latestStoryVersion > $task->storyVersion)
- {
- echo "{$lang->story->changed} ";
- }
- else
- {
- echo $lang->task->statusList[$task->status];
- }
- ?>
- |
storyID)
- {
- if(common::hasPriv('story', 'view'))
- {
- echo html::a($this->createLink('story', 'view', "storyid=$task->storyID"), $task->storyTitle);
- }
- else
- {
- echo $task->storyTitle;
- }
- }
+ $story = '';
+ if($task->storyID and common::hasPriv('story', 'view')) $story = html::a($this->createLink('story', 'view', "storyid=$task->storyID"), $task->storyTitle);
+ if($task->storyID and !common::hasPriv('story', 'view')) $story = $task->storyTitle;
+ echo $story;
?>
|
@@ -119,12 +107,9 @@ var browseType = '';
|