Greetings to all. As i was working with grid i stumbled upon the same issue mention in 1929
https://github.com/web2py/web2py/issues/1929 The problem comes from a change in bootstrap button classes. I was able to fix it in my copy by replacing all mentions of btn-default and was wondering what is the "web2py way" of pushing a change like this. Should all references to the now defunct btn-default class be replaces with btn-secondary or add a btn-default class in the css? My question has to do with the concept of not breaking backward compatibility. Not sure if this applies to css also. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

