diff --git a/VERSION b/VERSION index c724d0ca..d56715be 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.9.5-trunk+timestamp.2014.05.26.23.54.55 +Version 2.9.5-trunk+timestamp.2014.05.26.23.58.37 diff --git a/gluon/sqlhtml.py b/gluon/sqlhtml.py index 9f5f62d7..39a806ff 100644 --- a/gluon/sqlhtml.py +++ b/gluon/sqlhtml.py @@ -2004,7 +2004,7 @@ class SQLFORM(FORM): delete=delete, noconfirm=noconfirm, _title=title or T(buttontext), - _class=ui.get('buttontext'), + _class=ui.get('button'), cid=request.cid) dbset = db(query, ignore_common_filters=ignore_common_filters)