Ignore:
Timestamp:
Feb 18, 2010, 3:42:40 AM (14 years ago)
Author:
gav
Message:

Svn move InventoryGroup controller and views to detailed and complete detailing.

Location:
trunk/grails-app/views/inventoryGroupDetailed
Files:
1 edited
1 moved

Legend:

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

    r178 r380  
    66        <meta name="layout" content="main" />
    77        <title>Create InventoryGroup</title>
     8        <nav:resources override="true"/>
    89    </head>
    910    <body>
    1011        <div class="nav">
    11             <span class="menuButton"><g:link class="list" action="list">InventoryGroup List</g:link></span>
     12            <nav:renderSubItems group="navAlt"/>
    1213        </div>
    1314        <div class="body">
    14             <h1>Create InventoryGroup</h1>
    1515            <g:if test="${flash.message}">
    1616            <div class="message">${flash.message}</div>
Note: See TracChangeset for help on using the changeset viewer.