{$lang->execution->importBug}", '', "class='btn btn-link btn-active-text'");?>
@@ -60,7 +61,7 @@ var browseType = '';
pri;?>' title='bug->priList, $bug->pri, $bug->pri)?>'>bug->priList, $bug->pri, $bug->pri)?>
id", $bug->title, '', "class='preview'", true, true);?>
processStatus('bug', $bug);?>
- id]", $lang->task->priList, 3, "class='form-control chosen'");?>
+ id]", $lang->task->priList, zget($lang->task->priList, $bug->pri ? $bug->pri : 3, 3), "class='form-control chosen'");?>
id]", $users, zget($users, $bug->assignedTo, '', $bug->assignedTo), "class='form-control chosen'");?>
id]", '', 'size=4 class="form-control"');?>
deadline > helper::today() and $bug->deadline > $execution->begin) ? $bug->deadline : '0000-00-00';?>
diff --git a/module/productplan/view/linkstory.html.php b/module/productplan/view/linkstory.html.php
index 76abdaf6e8..c026b12eef 100644
--- a/module/productplan/view/linkstory.html.php
+++ b/module/productplan/view/linkstory.html.php
@@ -47,7 +47,7 @@
pri;?>' title='story->priList, $story->pri, $story->pri)?>'>story->priList, $story->pri, $story->pri)?>
planTitle;?>
- module];?>
+ module];?>
parent > 0) echo "story->children}>{$lang->story->childrenAB}";
diff --git a/module/projectrelease/view/linkstory.html.php b/module/projectrelease/view/linkstory.html.php
index d2028313b6..f75c38af81 100644
--- a/module/projectrelease/view/linkstory.html.php
+++ b/module/projectrelease/view/linkstory.html.php
@@ -48,7 +48,7 @@
id);?>
pri;?>' title='story->priList, $story->pri)?>'>story->priList, $story->pri)?>
-
+
parent > 0) echo "{$lang->story->childrenAB}";
echo html::a($this->createLink('story', 'view', "storyID={$story->id}&version=0¶m=$projectID", '', true), $story->title, '', "data-toggle='modal' data-type='iframe' data-width='90%'");
diff --git a/module/release/view/linkstory.html.php b/module/release/view/linkstory.html.php
index f8e8ef906d..c8d9ca1e8f 100644
--- a/module/release/view/linkstory.html.php
+++ b/module/release/view/linkstory.html.php
@@ -48,7 +48,7 @@
id);?>
pri;?>' title='story->priList, $story->pri)?>'>story->priList, $story->pri)?>
-
+
parent > 0) echo "{$lang->story->childrenAB}";
echo html::a($this->createLink('story', 'view', "storyID=$story->id", '', true), $story->title, '', "data-toggle='modal' data-type='iframe' data-width='90%'");