* code for task#848.

This commit is contained in:
chencongzhi520@gmail.com
2012-06-25 02:39:11 +00:00
parent c6703a9161
commit 5c1eee7091
9 changed files with 3 additions and 14 deletions
+1 -4
View File
@@ -12,10 +12,7 @@
?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/chosen.html.php';?>
<script>
var testcaseBatchCreateNum = '<?php echo $config->testcase->batchCreate;?>';
var noResultsMatch = '<?php echo $lang->noResultsMatch;?>';
</script>
<script> var testcaseBatchCreateNum = '<?php echo $config->testcase->batchCreate;?>'; </script>
<form method='post' enctype='multipart/form-data'>
<table align='center' class='table-1 fixed'>
<caption><?php echo $lang->testcase->batchCreate;?></caption>