Changeset 91 for trunk/src/grails-app/views/appCore
- Timestamp:
- Mar 25, 2009, 4:26:43 AM (16 years ago)
- Location:
- trunk/src/grails-app/views/appCore
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/grails-app/views/appCore/admin.gsp
r84 r91 8 8 <div class="nav"> 9 9 <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>11 10 </div> 12 11 <div class="body"> 13 <h1> Welcome toAdmin</h1>12 <h1>Application Admin</h1> 14 13 <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 /> 17 18 </div> 18 19 <br/>
Note: See TracChangeset
for help on using the changeset viewer.