Align SQLForm.grid selec action left and insure compatibility with bootsrap 4
This commit is contained in:
+2
-1
@@ -3087,8 +3087,9 @@ class SQLFORM(FORM):
|
||||
|
||||
if formstyle == 'bootstrap':
|
||||
# add space between buttons
|
||||
# inputs = sum([[inp, ' '] for inp in inputs], [])[:-1]
|
||||
htmltable = FORM(htmltable, DIV(_class='form-actions', *inputs))
|
||||
elif 'bootstrap' in formstyle : # Same for bootstrap 3 & 4
|
||||
htmltable = FORM(htmltable, DIV(_class='form-group web2py_table_selectable_actions', *inputs))
|
||||
else:
|
||||
htmltable = FORM(htmltable, *inputs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user