[Advanced Logbook] Changed warning poup

这个提交包含在:
Andreas 2023-07-05 13:03:10 +02:00
父节点 6430ad5692
当前提交 982b4a4ce9

查看文件

@ -399,8 +399,15 @@ $(document).ready(function () {
return;
}
if (nElements > 1) {
alert("Only 1 row can be selected");
//popup message that only 1 row can be selected
BootstrapDialog.alert({
title: 'WARNING',
message: 'Only 1 row can be selected for Quickfilter!',
type: BootstrapDialog.TYPE_WARNING,
closable: false,
draggable: false,
callback: function (result) {
}
});
}
var offset = 0;