Changes between Version 20 and Version 21 of DeveloperGuidelinesS3Framework


Ignore:
Timestamp:
04/29/09 19:44:25 (16 years ago)
Author:
Fran Boon
Comment:

Revert to previous alternate flash styles

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesS3Framework

    v20 v21  
    8888Different Flash styles can be set via:
    8989{{{
    90 session.flash=DIV(T("Unsupported format!"),_class="error")
     90session.error=T("Unsupported format!")
    9191redirect(URL(r=request,f=resource))
    9292}}}
    9393or (in a Multiple Table form.accepts):
    9494{{{
    95 response.flash=DIV(T("Form invalid!"),_class="error")
     95response.error=T("Form invalid!")
    9696}}}
    9797Supported styles are:
     
    9999 * .error
    100100 * .information
    101  * .confirmation (If no class is specified then we default to this)
     101 * .confirmation (Default response.flash is styled like this)
    102102
    103103=== Settings ===