* Finish task#36889.
This commit is contained in:
@@ -67,7 +67,7 @@ $lang->execution->progress = '进度';
|
||||
$lang->execution->hours = '预计 %s 消耗 %s 剩余 %s';
|
||||
$lang->execution->viewBug = '查看bug';
|
||||
$lang->execution->noProduct = "无{$lang->executionCommon}";
|
||||
$lang->execution->createStory = "添加{$lang->SRCommon}";
|
||||
$lang->execution->createStory = "提{$lang->SRCommon}";
|
||||
$lang->execution->storyTitle = "{$lang->SRCommon}名称";
|
||||
$lang->execution->all = '所有';
|
||||
$lang->execution->undone = '未完成';
|
||||
|
||||
@@ -137,7 +137,7 @@ $projectIDParam = $isProjectStory ? "projectID=$projectID&" : '';
|
||||
<div class='btn-group dropdown'>
|
||||
<?php echo html::a($this->createLink('story', 'create', "product=$productID&branch=$branch&moduleID=$moduleID&storyID=0&projectID=$projectID"), "<i class='icon icon-plus'></i> {$lang->story->create}", '', "class='btn btn-primary' data-app='$openApp'");?>
|
||||
<button type='button' class='btn btn-primary dropdown-toggle' data-toggle='dropdown'><span class='caret'></span></button>
|
||||
<ul class='dropdown-menu'>
|
||||
<ul class='dropdown-menu pull-right'>
|
||||
<li>
|
||||
<?php
|
||||
if(commonModel::isTutorialMode())
|
||||
@@ -163,7 +163,7 @@ $projectIDParam = $isProjectStory ? "projectID=$projectID&" : '';
|
||||
$link = '###';
|
||||
$disabled = 'disabled';
|
||||
}
|
||||
echo html::a($link, $lang->story->createCommon, '', "class='$disabled' data-group='$openApp'");
|
||||
echo html::a($link, $lang->story->create, '', "class='$disabled' data-group='$openApp'");
|
||||
}
|
||||
?>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user