FORM.dialog -> FORM.confirm

This commit is contained in:
mdipierro
2012-07-28 01:00:57 -05:00
parent 7650e6de95
commit 32847ed4f7
3 changed files with 7 additions and 6 deletions
+2 -1
View File
@@ -2041,8 +2041,9 @@ class FORM(DIV):
_onclick=self.REDIRECT_JS % url))
@staticmethod
def dialog(text='OK',buttons=None,hidden=None):
def confim(text='OK',buttons=None,hidden=None):
if not buttons: buttons = {}
if not hidden: hidden={}
inputs = [INPUT(_type='button',