* Finish task #3209.

This commit is contained in:
pengjiangxiu
2017-09-11 15:14:30 +08:00
parent 5a138ea592
commit c8049d270a
13 changed files with 75 additions and 40 deletions
+3
View File
@@ -88,6 +88,9 @@
<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 ?>' data-update-text='#title'>
<?php echo html::input('title', $caseTitle, "class='form-control' autocomplete='off'");?>
<?php if(!$this->testcase->forceNotReview()):?>
<span class='input-group-addon'><?php echo html::checkbox('forceNotReview', $lang->testcase->forceNotReview, '', "id='forceNotReview'");?></span>
<?php endif;?>
</div>
</div>
<?php if(strpos(",$showFields,", ',pri,') !== false):?>