source: trunk/grails-app/views/shared/_messages.gsp @ 182

Last change on this file since 182 was 182, checked in by gav, 14 years ago

Add support for inventory item Pictures and Images.
Add new PersonService, refactor CreateDataService and TaskService to suite.

File size: 180 bytes
Line 
1<g:if test="${flash.message}">
2    <div class="message">${flash.message}</div>
3</g:if>
4<g:if test="${flash.warning}">
5    <div class="warning">${flash.warning}</div>
6</g:if>
Note: See TracBrowser for help on using the repository browser.