- |
-
-
-
- id));?>
- |
- story->priList, $story->pri, $story->pri);?>'>story->priList, $story->pri, $story->pri);?> |
- productTitle;?> |
- title, null, "style='color: $story->color'");?> |
- planTitle;?> |
- openedBy];?> |
- estimate;?> |
- story->statusList[$story->status];?> |
- story->stageList[$story->stage];?> |
-
+
+
+
+
+
id", $story, 'list', 'random');
- common::printIcon('story', 'review', "storyID=$story->id", $story, 'list', 'search');
- common::printIcon('story', 'close', "storyID=$story->id", $story, 'list', 'off', '', 'iframe', true);
- common::printIcon('story', 'edit', "storyID=$story->id", $story, 'list', 'pencil');
- common::printIcon('story', 'createCase', "productID=$story->product&moduleID=0&from=¶m=0&storyID=$story->id", '', 'list', 'sitemap');
+ echo html::a(inlink('story', "type=assignedTo"), "{$lang->my->storyMenu->assignedToMe}", '', "class='btn btn-link" . ($type == 'assignedTo' ? ' btn-active-text' : '') . "'");
+ echo html::a(inlink('story', "type=openedBy"), "{$lang->my->storyMenu->openedByMe}", '', "class='btn btn-link" . ($type == 'openedBy' ? ' btn-active-text' : '') . "'");
+ echo html::a(inlink('story', "type=reviewedBy"), "{$lang->my->storyMenu->reviewedByMe}", '', "class='btn btn-link" . ($type == 'reviewedBy' ? ' btn-active-text' : '') . "'");
+ echo html::a(inlink('story', "type=closedBy"), "{$lang->my->storyMenu->closedByMe}", '', "class='btn btn-link" . ($type == 'closedBy' ? ' btn-active-text' : '') . "'");
?>
- |
-
-
-