I am using bootstrap 2.3.2 and I would like to use Bootstrap css alert
classes to style response.flash. These include:
alert
alert-error
alert-success
alert-info
Is there an easy way to specify the type of flash from the controller?
I'm thinking I could do something like:
response.flash_style = 'alert-success'
and then:
{{if response.flash:}}
<div class="alert{{=response.flash_style or ' alert-info'}}">
<button type="button" class="close" data-dismiss="alert">×</
button>
{{=response.flash}}
</div>
{{pass}}
--
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/groups/opt_out.