Changeset 725


Ignore:
Timestamp:
Nov 28, 2010, 12:11:41 PM (13 years ago)
Author:
gav
Message:

Add some logic to protect the system (no delete or edit) and admin (no delete) pseudo persons, part 2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/person/show.gsp

    r633 r725  
    1212
    1313    <div class="body">
    14         <g:if test="${flash.message}">
    15         <div class="message">${flash.message}</div>
    16         </g:if>
     14        <g:render template="/shared/messages" />
    1715        <div class="dialog">
    1816            <table>
Note: See TracChangeset for help on using the changeset viewer.