|
|
@ -11,9 +11,7 @@ function errorMessageBox(message) {
|
|
|
|
var msg =
|
|
|
|
var msg =
|
|
|
|
"Operation failed: " + message + ". " +
|
|
|
|
"Operation failed: " + message + ". " +
|
|
|
|
"Please see error log for details.";
|
|
|
|
"Please see error log for details.";
|
|
|
|
$("#info-body").html(msg);
|
|
|
|
infoMessageBox(msg, "Error");
|
|
|
|
$("#info-title").html("Error");
|
|
|
|
|
|
|
|
$("#info-popup").modal('show');
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// modal with full control
|
|
|
|
// modal with full control
|
|
|
|
function messageBox(body, title, ok_text, close_text, callback){
|
|
|
|
function messageBox(body, title, ok_text, close_text, callback){
|
|
|
|