+ 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
+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>