Changeset 116 for trunk/grails-app/views
- Timestamp:
- Apr 14, 2009, 10:16:05 PM (16 years ago)
- Location:
- trunk/grails-app/views
- Files:
-
- 75 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/appCore/appAdmin.gsp
r106 r116 14 14 Warning!<br /> 15 15 The pages bellow this line are for use by the application admin only and NOT for daily use.<br /> 16 They allow direct administration of the back-end data, cascade deletion and updates may occur.<br />16 They allow direct administration of the back-end data, uncontrolled cascade deletion and updates may occur.<br /> 17 17 The manager authorisation and pages should be used for normal daily use.<br /> 18 18 </div> -
trunk/grails-app/views/appCore/home.gsp
r110 r116 9 9 <div class="nav"> 10 10 <span class="menuButton"><g:link class="list" controller="taskDetailed" action="list">Tasks</g:link></span> 11 <span class="menuButton"><g:link class="list" controller="inventoryItemDetailed" action="list">Inventory</g:link></span> 11 12 12 13 </div>
Note: See TracChangeset
for help on using the changeset viewer.