* finish task #3720.

This commit is contained in:
wangyidong
2018-03-16 13:23:16 +08:00
parent 3a2cb30741
commit 87a0679cbf
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -1,2 +1,4 @@
#titlebar .input-group {position: relative; top: -6px; width: 350px;}
#titlebar .input-group-addon, #titlebar .form-control {font-size: 12px; padding: 5px 10px; line-height: 18px; height: 30px}
#importFromLib .chosen-container .chosen-drop{width:300px;}
+2 -1
View File
@@ -48,7 +48,8 @@
<?php endif;?>
<td><span class='<?php echo 'pri' . zget($lang->testcase->priList, $case->pri, $case->pri)?>'><?php echo $case->pri == '0' ? '' : zget($lang->testcase->priList, $case->pri, $case->pri);?></span></td>
<td class='text-left nobr'><?php if(!common::printLink('testcase', 'view', "caseID=$case->id", $case->title)) echo $case->title;?></td>
<td class='text-left'><?php echo zget($libModules, $case->module, '');?></th>
<?php $libModule = zget($libModules, $case->module, '');?>
<td class='text-left' title='<?php echo $libModule?>'><?php echo $libModule;?></th>
<td class='text-left' data-module='<?php echo $case->module?>' style='overflow:visible'><?php echo html::select("module[{$case->id}]", $modules, 0, "class='from-control chosen' onchange='setModule(this)'");?></th>
<td><?php echo zget($lang->testcase->typeList, $case->type);?></th>
</tr>