+ add for export style

This commit is contained in:
wangyidong
2011-05-02 08:32:56 +00:00
parent 7d738865d8
commit a6fd343d4b
+1 -1
View File
@@ -15,7 +15,7 @@
<table class='table-1'>
<caption><?php echo $lang->export;?></caption>
<tr>
<td>
<td class='a-center' style='padding-top:30px;'>
<?php echo html::input('fileName');?>
<?php echo html::select('fileType', $lang->exportFileTypeList);?>
<?php echo html::submitButton();?>