* Finish task #3224.

This commit is contained in:
pengjiangxiu
2017-09-20 15:37:26 +08:00
parent da796c772c
commit 6a8f072e42
9 changed files with 37 additions and 19 deletions
+1
View File
@@ -68,6 +68,7 @@
<?php echo html::input('name', $task->name, "class='form-control' autocomplete='off'");?>
<?php if($this->config->global->flow != 'onlyTask'):?>
<span class='input-group-btn'><a href='javascript:copyStoryTitle();' id='copyButton' class='btn'><?php echo $lang->task->copyStoryTitle;?></a></span>
<?php echo html::hidden("storyEstimate") . html::hidden("storyDesc") . html::hidden("storyPri");?>
<?php endif;?>
</div>
</div>