* finish task #46219.
This commit is contained in:
@@ -43,6 +43,7 @@ function loadBranches(product, branch, caseID)
|
||||
$(function()
|
||||
{
|
||||
removeDitto(); //Remove 'ditto' in first row.
|
||||
if($('th.c-title').width() < 150) $('th.c-title').width(150);
|
||||
$('#subNavbar li[data-id="testcase"]').addClass('active');
|
||||
if(hasStory)
|
||||
{
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
<?php endif;?>
|
||||
<th class='c-module<?php echo zget($visibleFields, 'module', ' hidden')?>'><?php echo $lang->testcase->module;?></th>
|
||||
<th class='c-story<?php echo zget($visibleFields, 'story', ' hidden') . zget($requiredFields, 'story', '', ' required');?>'><?php echo $lang->testcase->story;?></th>
|
||||
<th class='text-left required'><?php echo $lang->testcase->title;?></th>
|
||||
<th class='text-left c-title required'><?php echo $lang->testcase->title;?></th>
|
||||
<th class='c-type required'><?php echo $lang->testcase->type;?></th>
|
||||
<th class='<?php echo zget($visibleFields, 'precondition', 'hidden') . zget($requiredFields, 'precondition', '', ' required');?>'><?php echo $lang->testcase->precondition;?></th>
|
||||
<th class='c-keywords<?php echo zget($visibleFields, 'keywords', ' hidden') . zget($requiredFields, 'keywords', '', ' required');?>'><?php echo $lang->testcase->keywords;?></th>
|
||||
|
||||
Reference in New Issue
Block a user