+ add copy link to the list page.

This commit is contained in:
wangchunsheng
2011-10-27 08:39:40 +00:00
parent 6e94f152c1
commit 8227b6220e
4 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -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';
+3 -4
View File
@@ -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>