Ignore:
Timestamp:
May 31, 2010, 7:02:23 PM (14 years ago)
Author:
gav
Message:

Svn move TaskGroup to TaskGroupDetailed.

Location:
trunk/grails-app/views/taskGroupDetailed
Files:
1 copied
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/taskGroupDetailed/create.gsp

    r555 r556  
    66        <meta name="layout" content="main" />
    77        <title>Create TaskGroup</title>
     8        <nav:resources override="true"/>
    89    </head>
    910    <body>
    1011        <div class="nav">
    11             <span class="menuButton"><g:link class="list" action="list">TaskGroup List</g:link></span>
     12            <nav:renderSubItems group="navAlt"/>
    1213        </div>
    1314        <div class="body">
    14             <h1>Create TaskGroup</h1>
    1515            <g:render template="/shared/messages" />
    1616            <g:hasErrors bean="${taskGroupInstance}">
Note: See TracChangeset for help on using the changeset viewer.