diff --git a/module/file/view/export.html.php b/module/file/view/export.html.php index d37e25bbf2..7582f12939 100644 --- a/module/file/view/export.html.php +++ b/module/file/view/export.html.php @@ -112,79 +112,78 @@ $(document).ready(function() }); -
-
- icons['export']);?> - export;?> +
+
+

export;?>

-
- -
- - - - - - - - - - - -
-
- setFileName;?> - -
-
- exportFileTypeList, '', 'onchange=switchEncode(this.value) class="form-control"');?> - - charsets[$this->cookie->lang], 'utf-8', key($lang->exportFileTypeList) == 'csv' ? "class='form-control'" : "class='form-control'");?> - - exportTypeList, 'all', "class='form-control'");?> - - fetch('file', 'buildExportTPL', 'module=' . $this->moduleName);?> - '> -
- export, "onclick='setDownloading();' ");?> - - - -
-
- - moduleName; - $moduleLang = $lang->$moduleName; - foreach($allExportFields as $key => $field) - { - $field = trim($field); - $exportFieldPairs[$field] = isset($moduleLang->$field) ? $moduleLang->$field : (isset($lang->$field) ? $lang->$field : $field); - if(!$hasDefaultField)$selectedFields[] = $field; - } - ?> -