Ignore:
Timestamp:
Mar 25, 2009, 4:26:43 AM (15 years ago)
Author:
gav
Message:

More detailing on Task and Entry. Added another authorisation ROLE_Manager and view to go with it. Work on PersonController? delete action.

File:
1 edited

Legend:

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

    r84 r91  
    88        <div class="nav">
    99            <span class="menuButton"><a class="home" href="${createLinkTo(dir:'')}">Home</a></span>
    10             <span class="menuButton"><g:link controller="person" action="create">New Person</g:link></span>
    1110        </div>
    1211        <div class="body">
    13             <h1>Welcome to Admin</h1>
     12            <h1>Application Admin</h1>
    1413            <div class="errors">
    15                 "Warning these pages 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."
     14                Warning!<br />
     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 />
     17                The manager authorisation and pages should be used for normal daily use.<br />
    1718            </div>
    1819            <br/>
Note: See TracChangeset for help on using the changeset viewer.