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',