This commit is contained in:
wangyidong
2019-12-30 15:48:00 +08:00
parent ac5dcd25e4
commit ce6d2e8d0b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -137,7 +137,7 @@
<table class='table table-form' cellpadding='0' cellspacing='0'>
<?php if($isLibCase):?>
<tr>
<th class='w-80px'><?php echo $lang->testcase->lib;?></th>
<th class='w-100px'><?php echo $lang->testcase->lib;?></th>
<td>
<div class='input-group'>
<?php echo html::select('lib', $libraries, $libID , "onchange='loadLibModules(this.value)' class='form-control chosen'");?>