* finish task #2576.

This commit is contained in:
Catouse
2016-04-12 13:32:54 +08:00
parent 52370d1855
commit 6b5f1228c8
25 changed files with 63 additions and 41 deletions
+1 -1
View File
@@ -86,7 +86,7 @@
<div class='row-table'>
<div class='col-table w-p100'>
<div class='input-group w-p100'>
<input type='hidden' id='color' name='color' data-provide='colorpicker' data-wrapper='input-group-btn' data-pull-menu-right='false' data-btn-tip='<?php echo $lang->testcase->colorTag ?>'>
<input type='hidden' id='color' name='color' data-provide='colorpicker' data-wrapper='input-group-btn' data-pull-menu-right='false' data-btn-tip='<?php echo $lang->testcase->colorTag ?>' data-update-text='#title'>
<?php echo html::input('title', $caseTitle, "class='form-control'");?>
</div>
</div>