no warp buttons
This commit is contained in:
@@ -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
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user