Changeset 84 for branches/TaskRewrite/src/grails-app/views/appCore
- Timestamp:
- Mar 24, 2009, 3:30:12 AM (16 years ago)
- Location:
- branches/TaskRewrite/src/grails-app/views/appCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/TaskRewrite/src/grails-app/views/appCore/admin.gsp
r71 r84 12 12 <div class="body"> 13 13 <h1>Welcome to Admin</h1> 14 <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." 17 </div> 14 18 <br/> 15 19 <div class="dialog"> -
branches/TaskRewrite/src/grails-app/views/appCore/home.gsp
r73 r84 8 8 <body> 9 9 <div class="nav"> 10 <span class="menuButton"><g:link class="list" controller="task" action="list ">Tasks</g:link></span>10 <span class="menuButton"><g:link class="list" controller="task" action="listDetailed">Tasks</g:link></span> 11 11 12 12 </div>
Note: See TracChangeset
for help on using the changeset viewer.