From 5c0d4256d5abedfd96ce664dfe235db6ef2c2ddb Mon Sep 17 00:00:00 2001 From: wangyidong Date: Fri, 27 Apr 2018 11:29:22 +0800 Subject: [PATCH] * change for task #3936. --- module/file/view/export.html.php | 141 +++++++++--------- module/project/control.php | 1 + module/project/css/kanban.css | 4 +- .../project/view/ajaxkanbansetting.html.php | 92 ++++++------ module/project/view/kanban.html.php | 55 +++++-- module/project/view/printkanban.html.php | 32 ++-- 6 files changed, 175 insertions(+), 150 deletions(-) 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; - } - ?> -