Ignore:
Timestamp:
Feb 12, 2010, 2:42:43 PM (14 years ago)
Author:
gav
Message:

Change section views to use shared messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/sectionDetailed/edit.gsp

    r331 r355  
    1414        <div class="body">
    1515            <h1>Edit Section</h1>
    16             <g:if test="${flash.message}">
    17             <div class="message">${flash.message}</div>
    18             </g:if>
     16            <g:render template="/shared/messages" />
    1917            <g:hasErrors bean="${sectionInstance}">
    2018            <div class="errors">
Note: See TracChangeset for help on using the changeset viewer.