added query report and cleaned up wn.ui.Dialog

This commit is contained in:
Rushabh Mehta
2012-10-01 14:46:37 +05:30
parent 3c04193afb
commit 2d700dd90d
9 changed files with 17 additions and 18 deletions

View File

@@ -28,7 +28,7 @@ cur_frm.cscript.refresh = function(doc, dt, dn) {
console.log(r.exc);
} else {
//console.log(arguments);
var d = new wn.widgets.Dialog({
var d = new wn.ui.Dialog({
title: 'Email Digest: ' + dn,
width: 800
});
@@ -68,7 +68,7 @@ cur_frm.cscript.addremove_recipients = function(doc, dt, dn) {
} else {
// Open a dialog and display checkboxes against email addresses
doc = locals[dt][dn];
var d = new wn.widgets.Dialog({
var d = new wn.ui.Dialog({
title: 'Add/Remove Recipients',
width: 400
});