* fix a bug for showImport.
This commit is contained in:
@@ -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';?>
|
||||
|
||||
Reference in New Issue
Block a user