* change for import csv.

This commit is contained in:
wyd621
2013-07-30 08:13:58 +08:00
parent 35cbd8aa6e
commit 2fb8262d78
4 changed files with 40 additions and 5 deletions
+4
View File
@@ -1,5 +1,6 @@
<?php include '../../common/view/header.html.php';?>
<form target='hiddenwin' method='post'>
<?php if($hasEdit):?>
<table class='table-1'>
<caption class='caption-tl'><?php echo $lang->testcase->editHaved?></caption>
<tr class='colhead'>
@@ -51,6 +52,8 @@
<?php unset($caseData[$key]);?>
<?php endforeach;?>
</table>
<?php endif;?>
<?php if($hasNew):?>
<table class='table-1'>
<caption class='caption-tl'><?php echo $lang->testcase->addNew?></caption>
<tr class='colhead'>
@@ -98,6 +101,7 @@
</tr>
<?php endforeach;?>
</table>
<?php endif;?>
<p><?php echo html::submitButton() . html::backButton()?></p>
</form>
<?php include '../../common/view/footer.html.php';?>