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/create.gsp

    r97 r147  
    22        <meta name="layout" content="main" />
    33        <title>Create 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>
     10        <nav:renderSubItems group="navAlt"/>
    1111        </div>
    1212
    1313        <div class="body">
    14                 <h1>Create Person</h1>
    1514                <g:if test="${flash.message}">
    1615                <div class="message">${flash.message}</div>
Note: See TracChangeset for help on using the changeset viewer.