source:
trunk/grails-app/views/shared/_messages.gsp
@
280
| Last change on this file since 280 was 277, checked in by , 16 years ago | |
|---|---|
| File size: 186 bytes | |
| Rev | Line | |
|---|---|---|
| [182] | 1 | <g:if test="${flash.message}"> |
| 2 | <div class="message">${flash.message}</div> | |
| 3 | </g:if> | |
| 4 | <g:if test="${flash.warning}"> | |
| [277] | 5 | <div class="message_error">${flash.warning}</div> |
| [182] | 6 | </g:if> |
Note: See TracBrowser
for help on using the repository browser.
