Index: trunk/grails-app/views/appCore/appAdmin.gsp
===================================================================
--- trunk/grails-app/views/appCore/appAdmin.gsp	(revision 147)
+++ trunk/grails-app/views/appCore/appAdmin.gsp	(revision 149)
@@ -11,5 +11,27 @@
         </div>
         <div class="body">
-            <h1>Application Admin</h1>
+            <g:if test="${flash.message}">
+                <div class="message">${flash.message}</div>
+            </g:if>
+            <div class="dialog">
+                <table>
+                    <tbody>
+
+                        <tr class="prop">
+                            <td valign="top" class="name">
+                                <label>Create:</label>
+                            </td>
+                            <td valign="top" class="value">
+                                <g:link action="createBaseData">Base</g:link> - Create the base data required for the application to function.
+                                <br />
+                                <g:link action="createDemoData">Demo</g:link> - Create demo data for some example sites.
+                            </td>
+                        </tr>
+
+                    </tbody>
+                </table>
+            </div> <!--End dialog-->
+            <br />
+            <br />
             <div class="errors">
                 Warning!<br />
