diff --git a/common/lang/en.lang.php b/common/lang/en.lang.php index 468448915..0e1afcd74 100644 --- a/common/lang/en.lang.php +++ b/common/lang/en.lang.php @@ -256,6 +256,7 @@ $lang->confirm_move = 'Are you sure to move?'; $lang->confirm_reset = 'Are you sure to reset?'; $lang->confirm_leave = 'Are you sure to leave?'; + $lang->confirm_update = 'Are you sure to update?'; $lang->column_type = 'Column Type'; $lang->column_type_list['text'] = 'one-line text'; diff --git a/common/lang/es.lang.php b/common/lang/es.lang.php index 6049591ec..83b7458fd 100644 --- a/common/lang/es.lang.php +++ b/common/lang/es.lang.php @@ -262,6 +262,7 @@ $lang->confirm_move = '¿Está seguro que desea mover?'; $lang->confirm_reset = '¿Está seguro que desea rehacer?'; $lang->confirm_leave = '¿Está seguro que desea abandonar?'; + $lang->confirm_update = 'Are you sure to update?'; $lang->column_type = 'Tipos de Columnas'; $lang->column_type_list['text'] = 'Texto sin cambio de línea'; diff --git a/common/lang/fr.lang.php b/common/lang/fr.lang.php index 7672dcf17..0d673680c 100644 --- a/common/lang/fr.lang.php +++ b/common/lang/fr.lang.php @@ -256,6 +256,7 @@ $lang->confirm_move = 'Vous voulez sûrement bouger?'; $lang->confirm_reset = 'Vous voulez sûrement restaurer?'; $lang->confirm_leave = 'Vous voulez sûrement supprimer votre compte?'; + $lang->confirm_update = 'Are you sure to update?'; $lang->column_type = 'Types de la colonne'; $lang->column_type_list['text'] = 'Texte en une seul ligne'; diff --git a/common/lang/ge.lang.php b/common/lang/ge.lang.php index 998fe0222..10e40f5e8 100644 --- a/common/lang/ge.lang.php +++ b/common/lang/ge.lang.php @@ -256,6 +256,7 @@ $lang->confirm_move = 'Sind Sie sicher, dass zu bewegen? '; $lang->confirm_reset = 'Sind Sie sicher, dass zurücksetzen? '; $lang->confirm_leave = 'Sind Sie sicher, dass zu verlassen? '; + $lang->confirm_update = 'Are you sure to update?'; $lang->column_type = 'Spaltenart'; $lang->column_type_list['text'] = 'ein Online-Text'; diff --git a/common/lang/jp.lang.php b/common/lang/jp.lang.php index 95dc3f081..0ad0a5f63 100644 --- a/common/lang/jp.lang.php +++ b/common/lang/jp.lang.php @@ -258,6 +258,7 @@ $lang->confirm_move = '移動しますか?'; $lang->confirm_reset = '初期化しますか?'; $lang->confirm_leave = '退会しますか?'; + $lang->confirm_update = 'Are you sure to update?'; $lang->column_type = 'タイプ'; $lang->column_type_list['text'] = '入力フィールド(text)'; diff --git a/common/lang/ko.lang.php b/common/lang/ko.lang.php index 807261aa1..9c9b992d5 100644 --- a/common/lang/ko.lang.php +++ b/common/lang/ko.lang.php @@ -258,6 +258,7 @@ $lang->confirm_move = '이동하시겠습니까?'; $lang->confirm_reset = '초기화 하시겠습니까??'; $lang->confirm_leave = '탈퇴 하시겠습니까??'; + $lang->confirm_update = '수정하시겠습니까?'; $lang->column_type = '형식'; $lang->column_type_list['text'] = '한줄 입력칸 (text)'; diff --git a/common/lang/mn.lang.php b/common/lang/mn.lang.php index a6815a153..f9201826e 100644 --- a/common/lang/mn.lang.php +++ b/common/lang/mn.lang.php @@ -257,6 +257,7 @@ $lang->confirm_move = 'Шилжих үү?'; $lang->confirm_reset = 'Reset хийх үү?'; $lang->confirm_leave = 'Гишүүнээс гарах уу?'; + $lang->confirm_update = 'Are you sure to update?'; $lang->column_type = 'Хэлбэр'; $lang->column_type_list['text'] = 'Нэг мөрөөр оруулах (text)'; diff --git a/common/lang/ru.lang.php b/common/lang/ru.lang.php index 1bbd6678d..4d1308466 100644 --- a/common/lang/ru.lang.php +++ b/common/lang/ru.lang.php @@ -254,6 +254,7 @@ $lang->confirm_move = 'Вы подтверждаете перемещение?'; $lang->confirm_reset = 'Вы подтверждаете сброс?'; $lang->confirm_leave = 'Вы подтверждаете уход?'; + $lang->confirm_update = 'Are you sure to update?'; $lang->column_type = 'Тип колонки'; $lang->column_type_list['text'] = 'одна строка текста'; diff --git a/common/lang/vi.lang.php b/common/lang/vi.lang.php index 0e25acdc6..66efb2c28 100644 --- a/common/lang/vi.lang.php +++ b/common/lang/vi.lang.php @@ -249,6 +249,7 @@ $lang->confirm_move = 'Bạn chắc chắn muốn chuyển?'; $lang->confirm_reset = 'Bạn chắc chắn muốn thiết lập lại?'; $lang->confirm_leave = 'Bạn chắc chắn muốn từ bỏ?'; + $lang->confirm_update = 'Are you sure to update?'; $lang->column_type = 'Định dạng cột'; $lang->column_type_list['text'] = 'Ô nhập liệu'; diff --git a/common/lang/zh-CN.lang.php b/common/lang/zh-CN.lang.php index abb723e68..600a17c63 100644 --- a/common/lang/zh-CN.lang.php +++ b/common/lang/zh-CN.lang.php @@ -258,6 +258,7 @@ $lang->confirm_move = '确定要移动吗?'; $lang->confirm_reset = '确定要初始化吗?'; $lang->confirm_leave = '确定要注销吗?'; + $lang->confirm_update = 'Are you sure to update?'; $lang->column_type = '格式'; $lang->column_type_list['text'] = '单行文本输入区(text)'; diff --git a/common/lang/zh-TW.lang.php b/common/lang/zh-TW.lang.php index f1dc8cf8b..fc55a95fa 100644 --- a/common/lang/zh-TW.lang.php +++ b/common/lang/zh-TW.lang.php @@ -257,6 +257,7 @@ $lang->confirm_move = '確定要移動嗎?'; $lang->confirm_reset = '確定要重置嗎?'; $lang->confirm_leave = '確定要退出嗎?'; + $lang->confirm_update = 'Are you sure to update?'; $lang->column_type = '格式'; $lang->column_type_list['text'] = '文字輸入(text)'; diff --git a/config/config.inc.php b/config/config.inc.php index 393b85816..ff88c383f 100644 --- a/config/config.inc.php +++ b/config/config.inc.php @@ -13,7 +13,7 @@ * @brief XE의 전체 버전 표기 * 이 파일의 수정이 없더라도 공식 릴리즈시에 수정되어 함께 배포되어야 함 **/ - define('__ZBXE_VERSION__', '1.4.0.1'); + define('__ZBXE_VERSION__', '1.4.0.2'); /** * @brief zbXE가 설치된 장소의 base path를 구함 diff --git a/modules/admin/tpl/js/admin.js b/modules/admin/tpl/js/admin.js index 04b40d41e..d84c26cf8 100644 --- a/modules/admin/tpl/js/admin.js +++ b/modules/admin/tpl/js/admin.js @@ -88,6 +88,8 @@ jQuery(function($){ var btn = $('#search_nav button:first'); var result = $('