Using web2py 2.12.2 with formstyle = bootstrap3_inline
Problem:
When displaying a SQLFORM with readonly=True the field labels and values do
not line up horizontally. I have a screen image, but the following gives
you an idea of what it looks like...
Bob
First Name
Using web2py version 2.10.4 with response.formstyle=bootstrap3_inline
Problem:
When using SQLFORM or SQLFORM.grid(view) the form fields whose value is
None or when writable=False do not line up horizontally with the label.
Solution (or hack):
In gluon.sqlhtml.py I added the following elif (about
2 matches
Mail list logo