* change createform to dataform.

This commit is contained in:
wangchunsheng
2012-07-02 05:59:24 +00:00
parent c87200ba46
commit 0572dba0d5
17 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
<?php include '../../common/view/datepicker.html.php';?>
<?php include '../../common/view/kindeditor.html.php';?>
<script>var holders = <?php echo json_encode($lang->testtask->placeholder);?></script>
<form method='post' target='hiddenwin' id='createform'>
<form method='post' target='hiddenwin' id='dataform'>
<table class='table-1'>
<caption><?php echo $lang->testtask->create;?></caption>
<?php if(isset($projectID)):?>