This commit is contained in:
tianshujie
2022-07-22 12:03:23 +08:00
parent 5818db887f
commit 29a889ddcf
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -204,7 +204,7 @@
<?php if(!$isLibCase):?>
<tr>
<th><?php echo $lang->testcase->story;?></th>
<td class='text-left'><div id='storyIdBox'><?php echo html::select('story', $stories, $case->story, 'class="form-control chosen"');?></div>
<td class='text-left'><div id='storyIdBox'><?php echo html::select('story', $stories, $case->story, 'class="form-control picker-select"');?></div>
</td>
</tr>
<?php endif;?>