fixed issue 1902:SQLFORM.grid showbuttontext argument links doesn't have class button, thanks Francisco
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user