diff --git a/public/assets/kindeditor/kindeditor.js b/public/assets/kindeditor/kindeditor.js
index f1fa69302..264c361df 100644
--- a/public/assets/kindeditor/kindeditor.js
+++ b/public/assets/kindeditor/kindeditor.js
@@ -5762,8 +5762,7 @@ _plugin('core', function(K) {
} else {
//alert(data.message);
// alert("仅支持如下图片格式:bmp,jpeg,jpg,png,gif,BMP,JPEG,JPG,PNG,GIF");
- var htmlvalue = "
仅支持如下图片格式:bmp,jpeg,jpg,png,gif,BMP,JPEG,JPG,PNG,GIF!
";
- pop_up_box(htmlvalue,580,30,50);
+ long_notice_box("仅支持如下图片格式:bmp,jpeg,jpg,png,gif,BMP,JPEG,JPG,PNG,GIF!");
}
},
afterError : function(str) {
diff --git a/public/javascripts/edu/application.js b/public/javascripts/edu/application.js
index e7d63f74f..17e1d1797 100644
--- a/public/javascripts/edu/application.js
+++ b/public/javascripts/edu/application.js
@@ -291,7 +291,7 @@ function delete_confirm_box(url, str){
var htmlvalue = '';
- pop_box_new(htmlvalue, 480, 140);
+ pop_box_new(htmlvalue, 480, 160);
}
//点击删除时的确认弹框: 走destroy方法,remote为true
@@ -299,7 +299,7 @@ function delete_confirm_box_2(url, str){
var htmlvalue = '';
- pop_box_new(htmlvalue, 480, 140);
+ pop_box_new(htmlvalue, 480, 160);
}
//点击删除时的确认弹框: 走destroy方法
@@ -307,7 +307,7 @@ function delete_confirm_box_3(url, str){
var htmlvalue = '';
- pop_box_new(htmlvalue, 480, 140);
+ pop_box_new(htmlvalue, 480, 160);
}
// 点击删除时的确认弹框: 走destroy方法 有“载入中”的提示
@@ -315,7 +315,7 @@ function delete_confirm_box_4(url, str){
var htmlvalue = '';
- pop_box_new(htmlvalue, 480, 140);
+ pop_box_new(htmlvalue, 480, 160);
}
//提示框:只有一个按钮,点击关闭弹框
@@ -324,7 +324,7 @@ function notice_sure_box(str){
var htmlvalue = '';
- pop_box_new(htmlvalue, 480, 140);
+ pop_box_new(htmlvalue, 480, 160);
}
//提示框:只有一个确定按钮,点击关闭弹框
@@ -333,7 +333,7 @@ function notice_box(str){
var htmlvalue = '';
- pop_box_new(htmlvalue, 480, 140);
+ pop_box_new(htmlvalue, 480, 160);
}
@@ -343,7 +343,7 @@ function long_notice_box(str){
var htmlvalue = '';
- pop_box_new(htmlvalue, 575, 140);
+ pop_box_new(htmlvalue, 575, 160);
}
// 长提示框:只有一个“知道啦”按钮,点击关闭弹框
@@ -361,7 +361,7 @@ function sure_box_redirect(url, str){
var htmlvalue = '';
- pop_box_new(htmlvalue, 480, 140);
+ pop_box_new(htmlvalue, 480, 160);
}
//提示框:只有一个知道啦按钮,点击打开新窗口
@@ -370,7 +370,7 @@ function sure_box_redirect_without_newtab(url, str){
var htmlvalue = '';
- pop_box_new(htmlvalue, 480, 140);
+ pop_box_new(htmlvalue, 480, 160);
}
//提示框:只有一个确定按钮,点击跳转
@@ -379,7 +379,7 @@ function notice_box_redirect(url, str){
var htmlvalue = '';
- pop_box_new(htmlvalue, 480, 140);
+ pop_box_new(htmlvalue, 480, 160);
}
//提示框:只有一个确定按钮,点击跳转(局部刷新)
@@ -388,7 +388,7 @@ function notice_box_redirect_remote(url, str){
var htmlvalue = '';
- pop_box_new(htmlvalue, 480, 140);
+ pop_box_new(htmlvalue, 480, 160);
}
//重新登录
@@ -396,7 +396,7 @@ function re_entry(url){
var htmlvalue = '';
- pop_box_new(htmlvalue, 480, 140);
+ pop_box_new(htmlvalue, 480, 160);
}
// 警告/提示弹框点击“x”关闭