* fixed ajaxform.

This commit is contained in:
Catouse
2014-04-08 10:40:21 +08:00
parent 4b266ae8e7
commit 0a4b2c07f1
5 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
<strong><small class='text-muted'><?php echo html::icon($lang->icons['create']);?></small> <?php echo $lang->testcase->create;?></strong>
</div>
</div>
<form class='form-condensed' method='post' enctype='multipart/form-data' id='dataform' class='ajaxForm'>
<form class='form-condensed' method='post' enctype='multipart/form-data' id='dataform' data-type='ajax'>
<table class='table table-form'>
<tr>
<th class='w-80px'><?php echo $lang->testcase->lblProductAndModule;?></th>