From 5a93299fc3e9f7b7c1fe3d72b4e02b303f8c286f Mon Sep 17 00:00:00 2001 From: mdipierro Date: Wed, 9 Jan 2013 12:44:35 -0600 Subject: [PATCH] no warp buttons --- VERSION | 2 +- gluon/sqlhtml.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index fede24d4..f5302b63 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.4.1-alpha.2+timestamp.2013.01.09.11.12.16 +Version 2.4.1-alpha.2+timestamp.2013.01.09.12.43.44 diff --git a/gluon/sqlhtml.py b/gluon/sqlhtml.py index 261eb525..3134e8e0 100644 --- a/gluon/sqlhtml.py +++ b/gluon/sqlhtml.py @@ -1866,7 +1866,7 @@ class SQLFORM(FORM): def buttons(edit=False, view=False, record=None): buttons = DIV(gridbutton('buttonback', 'Back', referrer), - _class='form_header row_buttons %(header)s %(cornertop)s' % ui) + _class='form_header row_buttons %(header)s %(cornertop)s' % ui,_nowrap=True) if edit and (not callable(edit) or edit(record)): args = ['edit', table._tablename, request.args[-1]] buttons.append(gridbutton('buttonedit', 'Edit',