* Finish task #58557.
This commit is contained in:
@@ -9,8 +9,9 @@
|
||||
#batchCreateForm .input-group .colorpicker.open {z-index: 5;}
|
||||
|
||||
.c-id {width: 50px;}
|
||||
.c-pri, .c-keywords, .c-review {width: 100px;}
|
||||
.c-pri, .c-keywords {width: 100px;}
|
||||
.c-branch, .c-type {width: 120px;}
|
||||
.c-stage {width: 140px;}
|
||||
.c-precondition {width: 150px;}
|
||||
.c-story {width: 180px;}
|
||||
.c-review{width: 105px;}
|
||||
|
||||
@@ -79,8 +79,8 @@ foreach(explode(',', $config->testcase->create->requiredFields) as $field)
|
||||
</td>
|
||||
<?php endif;?>
|
||||
</tr>
|
||||
<?php if(strpos(",$showFields,", ',story,') !== false):?>
|
||||
<tr>
|
||||
<?php $hiddenStory = strpos(",$showFields,", ',story,') !== false ? '' : 'hidden';?>
|
||||
<tr class="<?php echo $hiddenStory?> storyBox">
|
||||
<th><?php echo $lang->testcase->lblStory;?></th>
|
||||
<td colspan='2'>
|
||||
<div class='input-group' id='storyIdBox'>
|
||||
@@ -96,7 +96,6 @@ foreach(explode(',', $config->testcase->create->requiredFields) as $field)
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endif;?>
|
||||
<tr>
|
||||
<th><?php echo $lang->testcase->title;?></th>
|
||||
<td colspan='2'>
|
||||
|
||||
Reference in New Issue
Block a user