+ add copy link to the list page.
This commit is contained in:
@@ -21,7 +21,7 @@ $lang->testtask->unlinkCase = "Remove";
|
||||
$lang->testtask->batchAssign = "Batch Assign";
|
||||
$lang->testtask->runCase = "Run";
|
||||
$lang->testtask->results = "Result";
|
||||
$lang->testtask->createBug = "Add bug";
|
||||
$lang->testtask->createBug = "Create bug";
|
||||
$lang->testtask->assign = 'Assign';
|
||||
$lang->testtask->cases = 'Cases';
|
||||
|
||||
|
||||
@@ -14,10 +14,9 @@
|
||||
<form method='post'>
|
||||
<table class='table-1'>
|
||||
<caption class='caption-tl'>CASE#<?php echo $run->case->id. $lang->colon . $run->case->title;?></caption>
|
||||
<fieldset>
|
||||
<legend><?php echo $lang->testcase->precondition;?></legend>
|
||||
<?php echo $run->case->precondition;?>
|
||||
</fieldset>
|
||||
<tr>
|
||||
<td colspan='5'><h5><?php echo $lang->testcase->precondition;?></h5><?php echo $run->case->precondition;?></td>
|
||||
</tr>
|
||||
<tr class='colhead'>
|
||||
<th class='w-30px'><?php echo $lang->testcase->stepID;?></th>
|
||||
<th class='w-p40'><?php echo $lang->testcase->stepDesc;?></th>
|
||||
|
||||
Reference in New Issue
Block a user