From 6aa2295ea6c8178e3e31f592d07e543c97bcfb9a Mon Sep 17 00:00:00 2001 From: Catouse Date: Fri, 11 May 2018 14:58:57 +0800 Subject: [PATCH] * improve UI of datatable custom model. --- module/datatable/lang/en.php | 2 +- module/datatable/lang/zh-cn.php | 2 +- module/datatable/lang/zh-tw.php | 2 +- module/datatable/view/ajaxcustom.html.php | 44 +++++++++++++--------- www/theme/zui/css/min.css | 4 +- www/theme/zui/fonts/ZentaoIcon.eot | Bin 22868 -> 23228 bytes www/theme/zui/fonts/ZentaoIcon.svg | 1 + www/theme/zui/fonts/ZentaoIcon.ttf | Bin 22692 -> 23052 bytes www/theme/zui/fonts/ZentaoIcon.woff | Bin 22768 -> 23128 bytes 9 files changed, 32 insertions(+), 23 deletions(-) diff --git a/module/datatable/lang/en.php b/module/datatable/lang/en.php index d577238ec5..968ff1e871 100644 --- a/module/datatable/lang/en.php +++ b/module/datatable/lang/en.php @@ -7,7 +7,7 @@ $lang->datatable->hide = 'Hide'; $lang->datatable->reset = 'Reset'; $lang->datatable->custom = 'Custom Columns'; -$lang->datatable->customTip = 'Check Columns to Display'; +$lang->datatable->customTip = 'Check Columns to Display,Drag Column name to Sort'; $lang->datatable->table = 'Switch to Common Table'; $lang->datatable->datatable = 'Switch to Advanced Table'; $lang->datatable->required = 'Required'; diff --git a/module/datatable/lang/zh-cn.php b/module/datatable/lang/zh-cn.php index 9ec0df9869..76752c33b4 100644 --- a/module/datatable/lang/zh-cn.php +++ b/module/datatable/lang/zh-cn.php @@ -7,7 +7,7 @@ $lang->datatable->hide = '隐藏'; $lang->datatable->reset = '恢复默认'; $lang->datatable->custom = '自定义列'; -$lang->datatable->customTip = '勾选需要显示的列'; +$lang->datatable->customTip = '勾选需要显示的列,拖动列名进行排序。'; $lang->datatable->table = '简单表格'; $lang->datatable->datatable = '高级表格'; $lang->datatable->required = '必选'; diff --git a/module/datatable/lang/zh-tw.php b/module/datatable/lang/zh-tw.php index e879e1c042..d76cbd0dce 100644 --- a/module/datatable/lang/zh-tw.php +++ b/module/datatable/lang/zh-tw.php @@ -7,7 +7,7 @@ $lang->datatable->hide = '隱藏'; $lang->datatable->reset = '恢復預設'; $lang->datatable->custom = '自定義列'; -$lang->datatable->customTip = '勾選需要顯示的列'; +$lang->datatable->customTip = '勾選需要顯示的列,拖動列名進行排序。'; $lang->datatable->table = '簡單表格'; $lang->datatable->datatable = '高級表格'; $lang->datatable->required = '必選'; diff --git a/module/datatable/view/ajaxcustom.html.php b/module/datatable/view/ajaxcustom.html.php index c27d2484c9..eff3e30d9d 100644 --- a/module/datatable/view/ajaxcustom.html.php +++ b/module/datatable/view/ajaxcustom.html.php @@ -12,10 +12,12 @@ ?>