no warp buttons

This commit is contained in:
mdipierro
2013-01-09 12:44:35 -06:00
parent c1cdb365f1
commit 5a93299fc3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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',