- Timestamp:
- Feb 18, 2010, 3:09:18 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/inventoryLocationDetailed/create.gsp
r178 r377 5 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 6 6 <meta name="layout" content="main" /> 7 <title>Create InventoryLocation</title> 7 <title>Create InventoryLocation</title> 8 <nav:resources override="true"/> 8 9 </head> 9 10 <body> 10 11 <div class="nav"> 11 < span class="menuButton"><g:link class="list" action="list">InventoryLocation List</g:link></span>12 <nav:renderSubItems group="navAlt"/> 12 13 </div> 13 14 <div class="body"> 14 <h1>Create InventoryLocation</h1>15 15 <g:if test="${flash.message}"> 16 16 <div class="message">${flash.message}</div>
Note: See TracChangeset
for help on using the changeset viewer.