new
This commit is contained in:
@ -763,7 +763,7 @@ class EdtRec
|
||||
td.setAttribute("align","right");
|
||||
button = document.createElement('input');
|
||||
button.setAttribute("type","button");
|
||||
button.style.cssText="margin:0px;margin-right:1px;padding:0px;";
|
||||
button.style.cssText="margin:0px;margin-right:1px;";
|
||||
button.setAttribute("value",_('Apply'));
|
||||
button.onclick=function(thiz){
|
||||
return function(){
|
||||
@ -774,7 +774,7 @@ class EdtRec
|
||||
|
||||
button = document.createElement('input'); //Button cancel
|
||||
button.setAttribute("type","button");
|
||||
button.style.cssText="margin:0px;padding:0px;";
|
||||
button.style.cssText="margin:0px;";
|
||||
button.setAttribute("value",_('Cancel'));
|
||||
//button.onclick=function f_exit(this) { alert(this.win.div); }
|
||||
button.onclick=function(thiz){ return function(){thiz.win.Close();};}(this);
|
||||
|
||||
Reference in New Issue
Block a user