As I said. I always liked this but some users did not and complained about
it. Yet times have changed.
For web2py 2.0 we have to freeze all layout changes because they take too
long to be tested.
For example I had to revert your patch using bootstrap 2.0 because some
users have reported problems.
I'd be happy to consider this for web2py 2.1 and I would support it.
massimo
On Friday, 24 August 2012 22:52:46 UTC-5, Alec Taylor wrote:
>
> I remember Massimo saying a little while ago that someone had suggest
> modifying the alert flash (response.flash) display a while back—before
> bootstrap was used in web2py—and that it wasn't well received by the
> community.
>
> Now with bootstrap I recommend we add in stackoverflow style alerts.
>
> {{if response.flash:}}<header>
> <div class="alert alert-block fade in">
> <button type="button" class="close"
> data-dismiss="alert">×</button>
> <p>{{=response.flash}}</p>
> </div>
> </header>
> {{pass}}
>
>
> Thoughts?
>
--