Ignore:
Timestamp:
Oct 8, 2009, 7:58:38 PM (15 years ago)
Author:
gav
Message:

Re-install class-diagram from local svn build with patch to allow war deployment.
Class-diagram overrides removed from Config.groovy since these have all been included upstream.
Tidy comments in SecurityConfig?.groovy
Some work on adding assignedPerson work flow and PersonController?.
Add navAlt and filterPane search to Person and TaskProcedure?.

File:
1 edited

Legend:

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

    r59 r147  
    22        <meta name="layout" content="main" />
    33        <title>Show Person</title>
     4    <nav:resources override="true"/>
    45</head>
    56
     
    78
    89        <div class="nav">
    9                 <span class="menuButton"><a class="home" href="${createLinkTo(dir:'')}">Home</a></span>
    10                 <span class="menuButton"><g:link class="list" action="list">Person List</g:link></span>
    11                 <span class="menuButton"><g:link class="create" action="create">New Person</g:link></span>
     10        <nav:renderSubItems group="navAlt"/>
    1211        </div>
    1312
    1413        <div class="body">
    15                 <h1>Show Person</h1>
    1614                <g:if test="${flash.message}">
    1715                <div class="message">${flash.message}</div>
Note: See TracChangeset for help on using the changeset viewer.