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

    r97 r147  
    22        <meta name="layout" content="main" />
    33        <title>Edit 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>Edit Person</h1>
    1614                <g:if test="${flash.message}">
    1715                <div class="message">${flash.message}</div>
     
    2321                </g:hasErrors>
    2422
    25                 <div class="prop">
     23<!--            <div class="prop">
    2624                        <span class="name">ID: ${person.id}</span>
    27                 </div>
     25                </div>-->
    2826
    2927                <g:form>
Note: See TracChangeset for help on using the changeset viewer.