From bb268daf72b7ef858952d33d88357bbf66574d80 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sun, 17 Jun 2012 08:59:35 -0500 Subject: [PATCH] removed btn from buttontext, thanks szimszon --- VERSION | 2 +- gluon/sqlhtml.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 1c29b360..93531a97 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-06-16 18:57:54) dev +Version 2.00.0 (2012-06-17 08:59:29) dev diff --git a/gluon/sqlhtml.py b/gluon/sqlhtml.py index 647cc350..2173474c 100644 --- a/gluon/sqlhtml.py +++ b/gluon/sqlhtml.py @@ -1518,7 +1518,7 @@ class SQLFORM(FORM): cornertop='', cornerbottom='', button='button btn', - buttontext='buttontext button btn', + buttontext='buttontext button', buttonadd='icon plus icon-plus', buttonback='icon leftarrow icon-arrow-left', buttonexport='icon downarrow icon-download',