* fix a bug for showImport.

This commit is contained in:
wyd621
2014-03-27 06:59:24 +00:00
parent dd0f637ee3
commit 91497edc0f
3 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -3,12 +3,12 @@
<table class='table-1 mt-10px'>
<caption><?php echo $lang->testcase->import?></caption>
<tr>
<td align='center'>
<td align='center' style="padding:30px">
<input type='file' name='file'/>
<?php echo html::select('encode', $config->charsets[$this->cookie->lang], 'utf-8');?>
<?php echo html::submitButton();?>
</td>
<tr>
</tr>
</table>
</form>
<?php include '../../common/view/footer.lite.html.php';?>