Changeset 116 for trunk/grails-app/views


Ignore:
Timestamp:
Apr 14, 2009, 10:16:05 PM (15 years ago)
Author:
gav
Message:

First commit of Inventory domain, including domain-classes, controllers, views and bootstrap. Also double check/adjust as required security extends in controllers.

Location:
trunk/grails-app/views
Files:
75 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/appCore/appAdmin.gsp

    r106 r116  
    1414                Warning!<br />
    1515                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 />
    1717                The manager authorisation and pages should be used for normal daily use.<br />
    1818            </div>
  • trunk/grails-app/views/appCore/home.gsp

    r110 r116  
    99        <div class="nav">
    1010            <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>
    1112
    1213        </div>
Note: See TracChangeset for help on using the changeset viewer.