diff --git a/module/block/view/waterfallganttblock.html.php b/module/block/view/waterfallganttblock.html.php index 672dfa6916..68b5c3132e 100644 --- a/module/block/view/waterfallganttblock.html.php +++ b/module/block/view/waterfallganttblock.html.php @@ -124,7 +124,7 @@ { plan.progress = !plan.tasks.length ? 0 : plan.progress / plan.tasks.length; var $plan = $('
'); - $plan.append('
' + plan.text + '
'); + $plan.append('
' + plan.text + '
'); $plans.append($plan); var $bar = $('
'); diff --git a/module/design/view/linkcommit.html.php b/module/design/view/linkcommit.html.php index d6b5517f4a..ad182f5974 100644 --- a/module/design/view/linkcommit.html.php +++ b/module/design/view/linkcommit.html.php @@ -74,7 +74,9 @@
'>
-
- -

@@ -217,6 +214,9 @@

+
+ +
moduleName . ucfirst($this->methodName); diff --git a/module/programplan/model.php b/module/programplan/model.php index 3402e2c654..cf547525d6 100755 --- a/module/programplan/model.php +++ b/module/programplan/model.php @@ -187,6 +187,7 @@ class programplanModel extends model $data->id = $plan->id; $data->type = 'plan'; $data->text = empty($plan->milestone) ? $plan->name : $plan->name . $isMilestone ; + $data->name = $plan->name; $data->percent = $plan->percent; $data->attribute = zget($this->lang->stage->typeList, $plan->attribute); $data->milestone = zget($this->lang->programplan->milestoneList, $plan->milestone); diff --git a/module/story/view/linkstories.html.php b/module/story/view/linkstories.html.php index 587eb6d437..4ba1901542 100644 --- a/module/story/view/linkstories.html.php +++ b/module/story/view/linkstories.html.php @@ -16,7 +16,7 @@

id;?> - createLink('story', 'view', "storyID=$story->id"), $story->title, '_blank', "title='$story->title'");?> + title;?> type == 'story' ? $lang->story->linkStoriesAB : $lang->story->linkRequirementsAB?> arrow . $title;?>

diff --git a/module/testcase/view/zerocase.html.php b/module/testcase/view/zerocase.html.php index bdd7e01b09..18279dadad 100644 --- a/module/testcase/view/zerocase.html.php +++ b/module/testcase/view/zerocase.html.php @@ -139,7 +139,8 @@ if(common::hasPriv('story', 'batchChangeStage')) { - echo "
"; + $class = count($stories) <= 3 ? 'dropdown' : 'dropup'; + echo "
"; echo html::commonButton($lang->story->stageAB . "", "data-toggle='dropdown'"); echo "