Changeset 149 for trunk/grails-app/views
- Timestamp:
- Oct 9, 2009, 9:47:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/appCore/appAdmin.gsp
r139 r149 11 11 </div> 12 12 <div class="body"> 13 <h1>Application Admin</h1> 13 <g:if test="${flash.message}"> 14 <div class="message">${flash.message}</div> 15 </g:if> 16 <div class="dialog"> 17 <table> 18 <tbody> 19 20 <tr class="prop"> 21 <td valign="top" class="name"> 22 <label>Create:</label> 23 </td> 24 <td valign="top" class="value"> 25 <g:link action="createBaseData">Base</g:link> - Create the base data required for the application to function. 26 <br /> 27 <g:link action="createDemoData">Demo</g:link> - Create demo data for some example sites. 28 </td> 29 </tr> 30 31 </tbody> 32 </table> 33 </div> <!--End dialog--> 34 <br /> 35 <br /> 14 36 <div class="errors"> 15 37 Warning!<br />
Note: See TracChangeset
for help on using the changeset viewer.