* adjust the ui.

This commit is contained in:
azhi
2013-09-28 15:35:25 +08:00
parent ae18c90359
commit 8f9e75ffbc
3 changed files with 2 additions and 7 deletions
-1
View File
@@ -54,7 +54,6 @@ function switchEncode(fileType)
echo html::select('fileType', $lang->exportFileTypeList, '', 'onchange=switchEncode(this.value)');
echo html::select('encode', $config->charsets[$this->cookie->lang], 'utf-8', key($lang->exportFileTypeList) == 'csv' ? "" : "class='hidden'");
echo html::select('exportType', $lang->exportTypeList, ($this->cookie->checkedItem) ? 'selected' : 'all');
echo "<br/><br/>";
echo html::submitButton();
?>
</td>