* finish change task #2011

This commit is contained in:
chujilu
2014-08-21 10:58:57 +08:00
parent 068a33b206
commit 596b131123
4 changed files with 2 additions and 11 deletions

View File

@@ -143,9 +143,6 @@ $lang->action->label->suspended = 'suspended';
$lang->action->label->login = 'login';
$lang->action->label->logout = "logout";
$lang->action->label->deleteestimate = "delete estimate";
$lang->action->label->starttesttask = "start testtask";
$lang->action->label->stoptesttask = "stop testtask";
$lang->action->label->createbuild = "create build";
/* Link of every action. */
$lang->action->label->product = 'product|product|view|productID=%s';

View File

@@ -143,9 +143,6 @@ $lang->action->label->suspended = '挂起';
$lang->action->label->login = '登录系统';
$lang->action->label->logout = "退出登录";
$lang->action->label->deleteestimate = "删除了工时";
$lang->action->label->starttesttask = "启动测试任务";
$lang->action->label->stoptesttask = "停止测试任务";
$lang->action->label->createbuild = "创建了版本";
/* 用来生成相应对象的链接。*/
$lang->action->label->product = '产品|product|view|productID=%s';

View File

@@ -29,7 +29,7 @@
</tr>
<tr id='duplicateBugBox' class='hide'>
<th><?php echo $lang->bug->duplicateBug;?></th>
<td><?php echo html::select('duplicateBug', $bugs, '', "class='form-control chosen' ");?></td>
<td><?php echo html::input('duplicateBug', '', "class='form-control'");?></td>
</tr>
<tr>
<th><?php echo $lang->bug->resolvedBuild;?></th>

View File

@@ -27,10 +27,7 @@
</tr>
<tr id='duplicateStoryBox' style='display:none'>
<th><?php echo $lang->story->duplicateStory;?></th>
<td>
<?php echo html::select('duplicateStory', $stories, '', "class='form-control chosen' ");?>
</td>
<td></td>
<td><?php echo html::input('duplicateStory', '', 'class=form-control');?></td><td></td>
</tr>
<tr id='childStoriesBox' style='display:none'>
<th><?php echo $lang->story->childStories;?></th>